mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +00:00
Merge pull request #8509 from zvonkok/stable-overlay
deployment: Add stable overlay for kata-deploy.yaml
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: apps/v1
|
||||||
|
kind: DaemonSet
|
||||||
|
metadata:
|
||||||
|
name: kata-deploy
|
||||||
|
namespace: kube-system
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: kube-kata
|
||||||
|
env:
|
||||||
|
- name: SHIMS
|
||||||
|
value: "clh cloud-hypervisor dragonball fc qemu qemu-nvidia-gpu qemu-sev qemu-snp qemu-tdx"
|
@@ -0,0 +1,9 @@
|
|||||||
|
bases:
|
||||||
|
- ../../base
|
||||||
|
|
||||||
|
images:
|
||||||
|
- name: quay.io/kata-containers/kata-deploy
|
||||||
|
newTag: stable
|
||||||
|
|
||||||
|
patches:
|
||||||
|
- path: env_stable_conf.yaml
|
Reference in New Issue
Block a user