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

vendor update

This commit is contained in:
kinarashah
2020-01-13 10:17:58 -08:00
parent 7b0c98bf3d
commit 0eb542c7be
4 changed files with 5 additions and 5 deletions

View File

@@ -876,7 +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
- --nodelabels=node-role.kubernetes.io/worker=true,beta.kubernetes.io/os=linux
- --logtostderr=true
- --v=2
{{- if eq .RBACConfig "rbac"}}