mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 03:24:30 +01: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
246 B
YAML
14 lines
246 B
YAML
---
|
|
kind: RuntimeClass
|
|
apiVersion: node.k8s.io/v1
|
|
metadata:
|
|
name: kata-qemu-snp
|
|
handler: kata-qemu-snp
|
|
overhead:
|
|
podFixed:
|
|
memory: "2048Mi"
|
|
cpu: "1.0"
|
|
scheduling:
|
|
nodeSelector:
|
|
katacontainers.io/kata-runtime: "true"
|