mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +00:00
kata-deploy: Ship kata-qemu-tdx runtimeClass
Let's make sure we configure containerd for the kata-qemu-tdx handler and ship the kata-qemu-tdx runtime class for kubernetes. Fixes: #6537 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
98682805be
commit
5a0727ecb4
@ -14,6 +14,19 @@ scheduling:
|
|||||||
---
|
---
|
||||||
kind: RuntimeClass
|
kind: RuntimeClass
|
||||||
apiVersion: node.k8s.io/v1
|
apiVersion: node.k8s.io/v1
|
||||||
|
metadata:
|
||||||
|
name: kata-qemu-tdx
|
||||||
|
handler: kata-qemu-tdx
|
||||||
|
overhead:
|
||||||
|
podFixed:
|
||||||
|
memory: "160Mi"
|
||||||
|
cpu: "250m"
|
||||||
|
scheduling:
|
||||||
|
nodeSelector:
|
||||||
|
katacontainers.io/kata-runtime: "true"
|
||||||
|
---
|
||||||
|
kind: RuntimeClass
|
||||||
|
apiVersion: node.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: kata-clh
|
name: kata-clh
|
||||||
handler: kata-clh
|
handler: kata-clh
|
||||||
|
@ -16,6 +16,7 @@ containerd_conf_file_backup="${containerd_conf_file}.bak"
|
|||||||
shims=(
|
shims=(
|
||||||
"fc"
|
"fc"
|
||||||
"qemu"
|
"qemu"
|
||||||
|
"qemu-tdx"
|
||||||
"clh"
|
"clh"
|
||||||
"dragonball"
|
"dragonball"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user