Skip to content

Commit

Permalink
Sets min kube-dns replica number to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHohn committed Jan 22, 2017
1 parent 8d5227b commit 03efda4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ spec:
- --target=Deployment/kube-dns
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
# If using small nodes, "nodesPerReplica" should dominate.
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"min":1}}
- --default-params={"linear":{"coresPerReplica":256,"nodesPerReplica":16,"min":2}}
- --logtostderr=true
- --v=2

0 comments on commit 03efda4

Please sign in to comment.