kata-deploy: Add missing kata-clh-tdx 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>
This commit is contained in:
Fabiano Fidêncio
2023-08-05 15:21:35 +02:00
parent 44eb19841a
commit bde0e72da5
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-clh-tdx
handler: kata-clh-tdx
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"

View File

@@ -1,6 +1,19 @@
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-clh-tdx
handler: kata-clh-tdx
overhead:
podFixed:
memory: "2048Mi"
cpu: "1.0"
scheduling:
nodeSelector:
katacontainers.io/kata-runtime: "true"
---
kind: RuntimeClass
apiVersion: node.k8s.io/v1
metadata:
name: kata-clh
handler: kata-clh