mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-15 22:08:47 +00:00
This will make things simpler to only create the handlers defined by the kata-deploy user. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
14 lines
238 B
YAML
14 lines
238 B
YAML
---
|
|
kind: RuntimeClass
|
|
apiVersion: node.k8s.io/v1
|
|
metadata:
|
|
name: kata-qemu
|
|
handler: kata-qemu
|
|
overhead:
|
|
podFixed:
|
|
memory: "160Mi"
|
|
cpu: "250m"
|
|
scheduling:
|
|
nodeSelector:
|
|
katacontainers.io/kata-runtime: "true"
|