Skip to content

Commit

Permalink
Merge pull request #305 from justinsb/dns_replicas
Browse files Browse the repository at this point in the history
DNS is a SPOF; make sure there are replicas
  • Loading branch information
justinsb authored Aug 15, 2016
2 parents 36ec05a + 10fe716 commit daed907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/models/config/components/kube-dns/kube-dns.options
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KubeDNS:
Replicas: 1
Replicas: 2
ServerIP: {{ WellKnownServiceIP 10 }}
Domain: {{ .ClusterDNSDomain }}
# TODO: Once we start shipping more images, start using them
Expand Down

0 comments on commit daed907

Please sign in to comment.