Skip to content

Commit

Permalink
ccruntime: Set the correct vars for using nydus / upstream containerd
Browse files Browse the repository at this point in the history
As we want to start testing and shipping with nydus / upstream
containerd.

Signed-off-by: Fabiano Fidêncio <[email protected]>
  • Loading branch information
fidencio committed Oct 9, 2023
1 parent b74581d commit 2f97275
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/samples/ccruntime/base/ccruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ spec:
# for handling GPU / VFIO, on the node
# default: true
- name: "INSTALL_COCO_CONTAINERD"
value: "true"
value: "false"
# If set to true, this will install the v1.7.0 release of containerd on the node.
# default: false
- name: "INSTALL_OFFICIAL_CONTAINERD"
value: "false"
value: "true"
# If set to true, this will install the CoCo fork of the containerd,
# the one that has patches for handling GPU / VFIO, on the node
# default: false
Expand All @@ -90,7 +90,7 @@ spec:
# on the node
# default: false
- name: "INSTALL_NYDUS_SNAPSHOTTER"
value: "false"
value: "true"
preInstall:
image: quay.io/confidential-containers/reqs-payload
volumeMounts:
Expand Down Expand Up @@ -118,11 +118,11 @@ spec:
# the one allowing images to be pulled inside the guest and has patches
# for handling GPU / VFIO, on the node
- name: "INSTALL_COCO_CONTAINERD"
value: "true"
value: "false"
# If set to true, this will install the v1.7.0 release of containerd on the node.
# default: false
- name: "INSTALL_OFFICIAL_CONTAINERD"
value: "false"
value: "true"
# If set to true, this will install the CoCo fork of the containerd,
# the one that has patches for handling GPU / VFIO, on the node
# default: false
Expand All @@ -132,7 +132,7 @@ spec:
# on the node
# default: false
- name: "INSTALL_NYDUS_SNAPSHOTTER"
value: "false"
value: "true"
environmentVariables:
- name: NODE_NAME
valueFrom:
Expand Down

0 comments on commit 2f97275

Please sign in to comment.