Browse Source
Allow subdomains of dns_domain and fix kubelet restarts
Allow subdomains of dns_domain and fix kubelet restarts
* Add a var for ndots (default 5) and put it hosts' /etc/resolv.conf. * Poke kube dns container image to v1.7 * In order to apply changes to kubelet, notify it to be restarted on changes made to /etc/resolv.conf. Ignore errors as the kubelet may yet to be present up to the moment of the notification being processed. * Remove unnecessary kubelet restart for master role as the node role ensures it is up and running. Notify master static pods waiters for apiserver, scheduler, controller-manager instead. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>pull/518/head
7 changed files with 63 additions and 36 deletions
Split View
Diff Options
-
43docs/dns-stack.md
-
2inventory/group_vars/all.yml
-
13roles/dnsmasq/handlers/main.yml
-
1roles/dnsmasq/tasks/resolvconf.yml
-
2roles/kubernetes-apps/ansible/templates/kubedns-rc.yml
-
19roles/kubernetes/master/handlers/main.yml
-
19roles/kubernetes/master/tasks/main.yml
Write
Preview
Loading…
Cancel
Save