Set CONTAINER_RUNTIME default value to 'docker'

This commit is contained in:
Yang Guo 2017-11-10 16:03:48 -08:00
parent bd36cfdec5
commit a3ad8391db

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