Move docker options to kubespray-defaults

This commit is contained in:
rongzhang
2018-09-09 10:15:33 +08:00
parent 20caaf9d1f
commit b249b06036
2 changed files with 69 additions and 0 deletions

View File

@@ -2,6 +2,13 @@
## Please note that overlay2 is only supported on newer kernels
#docker_storage_options: -s overlay2
## Enable docker_container_storage_setup, it will configure devicemapper driver on Centos7 or RedHat7.
docker_container_storage_setup: false
## It must be define a disk path for docker_container_storage_setup_devs.
## Otherwise docker-storage-setup will be executed incorrectly.
#docker_container_storage_setup_devs: /dev/vdb
## Uncomment this if you have more than 3 nameservers, then we'll only use the first 3.
docker_dns_servers_strict: false