Skip to content

Commit d970d70

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent b6a3a6e commit d970d70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/holodeck_ubuntu24.04.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ spec:
3838
3939
# Update the package index
4040
sudo apt-get update
41+
sudo apt-get install -y containerd.io
42+
sudo systemctl start containerd
43+
sudo systemctl enable containerd
4144
# containerRuntime:
4245
# install: true
4346
# name: containerd
@@ -46,4 +49,4 @@ spec:
4649
installer: kubeadm
4750
version: v1.30.0
4851
crictlVersion: v1.30.0
49-
containerRuntimeInstall: true
52+
# containerRuntimeInstall: true

0 commit comments

Comments
 (0)