Skip to content

Commit f394a0a

Browse files
committed
[ci] Bump containerd version to 1.7.2 in holodeck config
Containerd 1.7.0 is the first release that supports CDI. CDI devices were exclusively passed to containerd via annotations. https://github.com/containerd/containerd/releases/tag/v1.7.0 In containerd 1.7.2 support was added for making use of the new CRI fields 'Config.CDIDevices' so that CDI devices could be passed through the CRI instead of annotations. https://github.com/containerd/containerd/releases/tag/v1.7.2 This commit updates our holodeck configuration so that containerd 1.7.2 is installed in our e2e test machines. Signed-off-by: Christopher Desiniotis <[email protected]>
1 parent f730b9d commit f394a0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/holodeck.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ spec:
2727
containerRuntime:
2828
install: true
2929
name: containerd
30+
version: 1.7.2
3031
kubernetes:
3132
install: true
3233
installer: kubeadm

0 commit comments

Comments
 (0)