Files
kata-containers/tools/packaging/kata-deploy/runtimeclasses/kata-remote.yaml
Fabiano Fidêncio 2df6cb7609 kata-deploy: Add missing kata-remote runtimeclass
It's CCv0 specific for now, and it's needed as the Operator is now
delegating the runtimeclass creation to the kata-deploy daemonset.

Fixes: #7550

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2023-08-07 10:24:21 +02:00

14 lines
242 B
YAML

---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-remote
handler: kata-remote
overhead:
podFixed:
memory: "120Mi"
cpu: "250m"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"