Commit a3ad8391 authored by Yang Guo's avatar Yang Guo

Set CONTAINER_RUNTIME default value to 'docker'

parent bd36cfde
......@@ -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
......
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