mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-09 20:07:49 +00:00
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>
(cherry picked from commit 2df6cb7609
)
This commit is contained in:
parent
39e8c84269
commit
d5cf169adf
13
tools/packaging/kata-deploy/runtimeclasses/kata-remote.yaml
Normal file
13
tools/packaging/kata-deploy/runtimeclasses/kata-remote.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
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"
|
@ -105,6 +105,19 @@ scheduling:
|
|||||||
---
|
---
|
||||||
kind: RuntimeClass
|
kind: RuntimeClass
|
||||||
apiVersion: node.k8s.io/v1
|
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"
|
||||||
|
---
|
||||||
|
kind: RuntimeClass
|
||||||
|
apiVersion: node.k8s.io/v1
|
||||||
metadata:
|
metadata:
|
||||||
name: kata-stratovirt
|
name: kata-stratovirt
|
||||||
handler: kata-stratovirt
|
handler: kata-stratovirt
|
||||||
|
Loading…
Reference in New Issue
Block a user