mirror of https://github.com/k3s-io/k3s
Merge pull request #55515 from yguo0905/fix-gke-gci-script
Set CONTAINER_RUNTIME default value to 'docker'pull/6/head
commit
2de4562983
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue