Merge pull request #1290 from justinsb/hostnetwork_for_dns_controller

Run dnscontroller in host network, for faster bringup
This commit is contained in:
Chris Love 2016-12-28 10:31:45 -07:00 committed by GitHub
commit 344e544615
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