Adding back in the kube_master_url that came up in testing.

This commit is contained in:
Matt Bruzek 2016-08-03 16:11:47 -05:00
parent 34dca937b4
commit d97157f7a4

View File

@ -73,6 +73,7 @@ spec:
# command = "/kube-dns"
- --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053
- --kube_master_url=http://{{ private_address }}:8080
{{ pillar['federations_domain_map'] }}
ports:
- containerPort: 10053