Commit d97157f7 authored by Matt Bruzek's avatar Matt Bruzek

Adding back in the kube_master_url that came up in testing.

parent 34dca937
...@@ -73,6 +73,7 @@ spec: ...@@ -73,6 +73,7 @@ spec:
# command = "/kube-dns" # command = "/kube-dns"
- --domain={{ pillar['dns_domain'] }}. - --domain={{ pillar['dns_domain'] }}.
- --dns-port=10053 - --dns-port=10053
- --kube_master_url=http://{{ private_address }}:8080
{{ pillar['federations_domain_map'] }} {{ pillar['federations_domain_map'] }}
ports: ports:
- containerPort: 10053 - containerPort: 10053
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment