mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-13 07:40:17 -03:30
Allow to specify docker storage driver
This commit is contained in:
@@ -157,6 +157,10 @@ docker_daemon_graph: "/var/lib/docker"
|
||||
## to self hosted registries like so:
|
||||
docker_options: "--insecure-registry={{ kube_service_addresses }} --graph={{ docker_daemon_graph }}"
|
||||
|
||||
## Uncomment this if you want to force overlay/overlay2 as docker storage driver
|
||||
## Please note that overlay2 is only supported on newer kernels
|
||||
#docker_storage_options: -s overlay2
|
||||
|
||||
# K8s image pull policy (imagePullPolicy)
|
||||
k8s_image_pull_policy: IfNotPresent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user