mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 06:52:13 +00:00
kata-deploy: Remove qemu-virtiofs runtime class
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 <fidencio@redhat.com>
This commit is contained in:
parent
43a72d76e2
commit
debf3c9fe9
@ -1,19 +1,6 @@
|
|||||||
---
|
---
|
||||||
kind: RuntimeClass
|
kind: RuntimeClass
|
||||||
apiVersion: node.k8s.io/v1beta1
|
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:
|
metadata:
|
||||||
name: kata-qemu
|
name: kata-qemu
|
||||||
handler: kata-qemu
|
handler: kata-qemu
|
||||||
|
Loading…
Reference in New Issue
Block a user