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 6847b2a + 23c358d commit 3524a5aCopy full SHA for 3524a5a
cluster/gce/gci/configure.sh
@@ -498,7 +498,7 @@ function ensure-container-runtime {
498
docker version
499
elif [[ "${container_runtime}" == "containerd" ]]; then
500
# Install containerd/runc if requested
501
- if [[ ! -z "${UBUNTU_INSTALL_CONTAINERD_VERSION:-}" || ! -z "${UBUNTU_INSTALL_RUNC_VERSION}" ]]; then
+ if [[ ! -z "${UBUNTU_INSTALL_CONTAINERD_VERSION:-}" || ! -z "${UBUNTU_INSTALL_RUNC_VERSION:-}" ]]; then
502
install-containerd-ubuntu
503
fi
504
# Verify presence and print versions of ctr, containerd, runc
0 commit comments