Update cp config.
This commit is contained in:
parent
adf3379fcb
commit
4e1ac4ad8e
1 changed files with 4 additions and 4 deletions
|
@ -36,9 +36,9 @@ spec:
|
||||||
prometheusRules:
|
prometheusRules:
|
||||||
enabled: false
|
enabled: false
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
effect: NoSchedule
|
||||||
operator: Exists
|
operator: Exists
|
||||||
nodeSelector: {
|
nodeSelector:
|
||||||
# only control plane nodes
|
# only control plane nodes
|
||||||
kubernetes.io/role: control-plane
|
node-role.kubernetes.io/control-plane: ""
|
||||||
}
|
|
Loading…
Reference in a new issue