Add variable kube_resolv_conf

Allow configuration of a custom /etc/resolv.conf for kubelet.
This commit is contained in:
Matthew Mosesohn
2016-07-20 11:57:47 +03:00
parent 10b38ab9ff
commit c3e5aac18e
2 changed files with 4 additions and 1 deletions

View File

@@ -29,6 +29,9 @@ kube_log_dir: "/var/log/kubernetes"
dns_domain: "{{ cluster_name }}"
# resolv.conf to base dns config
kube_resolv_conf: "/etc/resolv.conf"
kube_proxy_mode: iptables
# An experimental dev/test only dynamic volumes provisioner,