We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0383c38 + 3279a99 commit 2c11d0aCopy full SHA for 2c11d0a
demo/lib/vm.bash
@@ -821,6 +821,7 @@ vm-install-cri() {
821
for f in ctr containerd containerd-stress containerd-shim containerd-shim-runc-v1 containerd-shim-runc-v2; do
822
vm-put-file "$containerd_src/bin/$f" "$vm_cri_dir/$f"
823
done
824
+ vm-command "mkdir -p /etc/containerd; containerd config default | sed -e 's/SystemdCgroup = false/SystemdCgroup = true/g' > /etc/containerd/config.toml"
825
vm-command "systemctl enable --now containerd"
826
fi
827
elif [ "$VM_CRI" == "crio" ]; then
0 commit comments