Commit a3ad8391 authored by Yang Guo's avatar Yang Guo

Set CONTAINER_RUNTIME default value to 'docker'

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