Created
February 7, 2024 17:11
-
-
Save jodh-intel/b595d05c5317c4a11b3670c6736040a7 to your computer and use it in GitHub Desktop.
kata deploy diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | |
index 0360847a5..99abec7fe 100644 | |
--- a/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | |
+++ b/tools/packaging/kata-deploy/kata-deploy/base/kata-deploy.yaml | |
@@ -17,7 +17,7 @@ spec: | |
hostPID: true | |
containers: | |
- name: kube-kata | |
- image: quay.io/kata-containers/kata-deploy:latest | |
+ image: quay.io/kata-containers/kata-deploy-ci:kata-containers-amd64 | |
imagePullPolicy: Always | |
lifecycle: | |
preStop: | |
@@ -30,15 +30,15 @@ spec: | |
fieldRef: | |
fieldPath: spec.nodeName | |
- name: DEBUG | |
- value: "false" | |
+ value: "debug" | |
- name: SHIMS | |
value: "clh cloud-hypervisor dragonball fc qemu qemu-nvidia-gpu qemu-sev qemu-snp qemu-tdx stratovirt" | |
- name: DEFAULT_SHIM | |
- value: "qemu" | |
+ value: "clh" | |
- name: CREATE_RUNTIMECLASSES | |
- value: "false" | |
+ value: "true" | |
- name: CREATE_DEFAULT_RUNTIMECLASS | |
- value: "false" | |
+ value: "true" | |
- name: ALLOWED_HYPERVISOR_ANNOTATIONS | |
value: "" | |
- name: SNAPSHOTTER_HANDLER_MAPPING |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment