From 02b46268f47a0b1a78ceb3b4d57d1dd6612f1c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 21 Sep 2021 14:55:55 +0200 Subject: [PATCH] kata-deploy: Remove qemu-virtiofs runtime class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's only one QEMU runtime class deployed as part of kata-deploy, and that includes virtiofs support (which is the default for quite some time already). Knowing this, let's just remove the `qemu-virtiofs` runtime class definition. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit debf3c9fe920f16a4cd51ba83aedba6bf560b058) --- .../runtimeclasses/kata-runtimeClasses.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tools/packaging/kata-deploy/runtimeclasses/kata-runtimeClasses.yaml b/tools/packaging/kata-deploy/runtimeclasses/kata-runtimeClasses.yaml index fd8bc858b..9695ba657 100644 --- a/tools/packaging/kata-deploy/runtimeclasses/kata-runtimeClasses.yaml +++ b/tools/packaging/kata-deploy/runtimeclasses/kata-runtimeClasses.yaml @@ -1,19 +1,6 @@ --- kind: RuntimeClass apiVersion: node.k8s.io/v1beta1 -metadata: - name: kata-qemu-virtiofs -handler: kata-qemu-virtiofs -overhead: - podFixed: - memory: "160Mi" - cpu: "250m" -scheduling: - nodeSelector: - katacontainers.io/kata-runtime: "true" ---- -kind: RuntimeClass -apiVersion: node.k8s.io/v1beta1 metadata: name: kata-qemu handler: kata-qemu