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

Set CONTAINER_RUNTIME default value to 'docker'
pull/6/head
Dawn Chen 2017-11-10 19:42:14 -08:00 committed by GitHub
commit 2de4562983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2050,7 +2050,7 @@ fi
override-kubectl
# 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
fi
start-kubelet