mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-16 23:17:42 +00:00
kata-deploy: add kata-qemu-se runtimeclass
This is to increase resources for relaxing the limitation of hotplug for SE. Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
9ede2bcd95
commit
8de4241d3b
@ -92,6 +92,19 @@ scheduling:
|
|||||||
---
|
---
|
||||||
kind: RuntimeClass
|
kind: RuntimeClass
|
||||||
apiVersion: node.k8s.io/v1
|
apiVersion: node.k8s.io/v1
|
||||||
|
metadata:
|
||||||
|
name: kata-qemu-se
|
||||||
|
handler: kata-qemu-se
|
||||||
|
overhead:
|
||||||
|
podFixed:
|
||||||
|
memory: "2048Mi"
|
||||||
|
cpu: "1.0"
|
||||||
|
scheduling:
|
||||||
|
nodeSelector:
|
||||||
|
katacontainers.io/kata-runtime: "true"
|
||||||
|
---
|
||||||
|
kind: RuntimeClass
|
||||||
|
apiVersion: node.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: kata-qemu-tdx
|
name: kata-qemu-tdx
|
||||||
handler: kata-qemu-tdx
|
handler: kata-qemu-tdx
|
||||||
|
Loading…
Reference in New Issue
Block a user