mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Set CONTAINER_RUNTIME default value to 'docker'
This commit is contained in:
parent
bd36cfdec5
commit
a3ad8391db
@ -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
Block a user