Update to schedule only on control planes. The bare metal nodes.
This commit is contained in:
parent
2cd41cd98a
commit
adf3379fcb
1 changed files with 8 additions and 1 deletions
|
@ -35,3 +35,10 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
prometheusRules:
|
prometheusRules:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
nodeSelector: {
|
||||||
|
# only control plane nodes
|
||||||
|
kubernetes.io/role: control-plane
|
||||||
|
}
|
Loading…
Reference in a new issue