mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 03:24:30 +01:00
This is to fix an error on kata-deploy-runtime-classes-check for kata-qemu-se. Fixes: #8623 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
14 lines
244 B
YAML
14 lines
244 B
YAML
---
|
|
kind: RuntimeClass
|
|
apiVersion: node.k8s.io/v1
|
|
metadata:
|
|
name: kata-qemu-se
|
|
handler: kata-qemu-se
|
|
overhead:
|
|
podFixed:
|
|
memory: "2048Mi"
|
|
cpu: "1.0"
|
|
scheduling:
|
|
nodeSelector:
|
|
katacontainers.io/kata-runtime: "true"
|