Skip to content

Commit

Permalink
DNS is a SPOF; make sure there are replicas
Browse files Browse the repository at this point in the history
Change the default to a more sensible starting point.
  • Loading branch information
justinsb committed Aug 15, 2016
1 parent 8be3b87 commit 10fe716
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 10fe716

Please sign in to comment.