Run dnscontroller in host network, for faster bringup

This commit is contained in:
Justin Santa Barbara 2016-12-28 11:18:05 -05:00
parent 29301aadba
commit bd334cdceb
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ spec:
nodeSelector:
kubernetes.io/role: master
dnsPolicy: Default # Don't use cluster DNS (we are likely running before kube-dns)
hostNetwork: true
containers:
- name: dns-controller
image: kope/dns-controller:1.4.1