mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user