1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-03 07:54:14 +00:00

kdm vendor update for coredns template

This commit is contained in:
kinarashah
2019-12-26 09:39:39 -08:00
parent 88f98b2544
commit 8a7b8dc59c
4 changed files with 5 additions and 4 deletions

View File

@@ -876,6 +876,7 @@ spec:
# When cluster is using large nodes(with more cores), "coresPerReplica" should dominate.
# If using small nodes, "nodesPerReplica" should dominate.
- --default-params={"linear":{"coresPerReplica":128,"nodesPerReplica":4,"min":1,"preventSinglePointFailure":true}}
- --nodelabels=node-role.kubernetes.io/worker=true
- --logtostderr=true
- --v=2
{{- if eq .RBACConfig "rbac"}}