Allow to specify docker storage driver

This commit is contained in:
Alexander Block
2016-12-07 17:18:41 +01:00
parent 7897c34ba3
commit c3ec3ff902
2 changed files with 7 additions and 0 deletions

View File

@@ -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