mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-20 00:48:04 +00:00
Add the runtime class and shim references for the new non-tee runtime-rs class Signed-off-by: stevenhorsman <steven@uk.ibm.com>
14 lines
278 B
YAML
14 lines
278 B
YAML
---
|
|
kind: RuntimeClass
|
|
apiVersion: node.k8s.io/v1
|
|
metadata:
|
|
name: kata-qemu-runtime-rs-coco-dev
|
|
handler: kata-qemu-runtime-rs-coco-dev
|
|
overhead:
|
|
podFixed:
|
|
memory: "160Mi"
|
|
cpu: "250m"
|
|
scheduling:
|
|
nodeSelector:
|
|
katacontainers.io/kata-runtime: "true"
|