Update sample.

pull/3061/head
Takashi Okamoto 2018-07-30 22:56:21 +00:00
parent f47c31dce5
commit 659cccc507
2 changed files with 12 additions and 0 deletions

View File

@ -155,3 +155,7 @@ bin_dir: /usr/local/bin
# Does coreos need auto upgrade, default is true
#coreos_auto_upgrade: true
# Set true to download and cache container
#download_container: true

View File

@ -135,6 +135,14 @@ skydns_server_secondary: "{{ kube_service_addresses|ipaddr('net')|ipaddr(4)|ipad
dnsmasq_dns_server: "{{ kube_service_addresses|ipaddr('net')|ipaddr(2)|ipaddr('address') }}"
dns_domain: "{{ cluster_name }}"
# Use docker as container runtime
# If you set manage_crio true, set manage_docker false.
manage_docker: true
# Use cri-o as container runtime
# If you set manage_docker true, set manage_crio false.
manage_crio: false
# Path used to store Docker data
docker_daemon_graph: "/var/lib/docker"