Skip to content

Commit bcf3a0f

Browse files
committed
Test Not for review holodeck kernel version change
1 parent 70b62a9 commit bcf3a0f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/holodeck_ubuntu22.04.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
image:
2525
architecture: amd64
2626
imageId: ami-0ce2cb35386fc22e9
27+
containerdConfigPatches:
28+
- |-
29+
[plugins."io.containerd.grpc.v1.cri".registry]
30+
config_path = "/etc/containerd/certs.d"
2731
containerRuntime:
2832
install: true
2933
name: containerd

tests/holodeck_ubuntu24.04.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ spec:
2424
image:
2525
architecture: amd64
2626
imageId: ami-0da424eb883458071
27+
containerdConfigPatches:
28+
- |-
29+
[plugins."io.containerd.grpc.v1.cri".registry]
30+
config_path = "/etc/containerd/certs.d"
2731
containerRuntime:
2832
install: true
2933
name: containerd

0 commit comments

Comments
 (0)