Skip to content

Commit

Permalink
Merging pull request 420
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <[email protected]>

* github.com:confidential-containers/operator:
  ccruntime: qemu / clh should not use nydus snapshotter
  ccruntime: Add kata-qemu-coco-dev to the deployed runtimes
  ccruntime: Use "guest-pull" for TEEs
  • Loading branch information
ldoktor committed Aug 20, 2024
2 parents 03bf706 + 11ba3bf commit 97f1db5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions config/samples/ccruntime/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,23 @@ patches:
path: /spec/config/runtimeClasses
value:
- name: "kata-clh"
snapshotter: "nydus"
snapshotter: ""
pulltype: ""
- name: "kata-qemu"
snapshotter: "nydus"
snapshotter: ""
pulltype: ""
- name: "kata-qemu-coco-dev"
snapshotter: "nydus"
pulltype: "guest-pull"
- name: "kata-qemu-tdx"
snapshotter: "nydus"
pulltype: ""
pulltype: "guest-pull"
- name: "kata-qemu-sev"
snapshotter: "nydus"
pulltype: ""
pulltype: "guest-pull"
- name: "kata-qemu-snp"
snapshotter: "nydus"
pulltype: ""
pulltype: "guest-pull"
- op: add
path: /spec/config/defaultRuntimeClassName
value: "kata-qemu"
Expand Down

0 comments on commit 97f1db5

Please sign in to comment.