Unverified Commit 2de45629 authored by Dawn Chen's avatar Dawn Chen Committed by GitHub

Merge pull request #55515 from yguo0905/fix-gke-gci-script

Set CONTAINER_RUNTIME default value to 'docker'
parents fdea39d1 a3ad8391
...@@ -2050,7 +2050,7 @@ fi ...@@ -2050,7 +2050,7 @@ fi
override-kubectl override-kubectl
# Run the containerized mounter once to pre-cache the container image. # Run the containerized mounter once to pre-cache the container image.
if [[ "${CONTAINER_RUNTIME:-}" == "docker" ]]; then if [[ "${CONTAINER_RUNTIME:-docker}" == "docker" ]]; then
assemble-docker-flags assemble-docker-flags
fi fi
start-kubelet start-kubelet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment