REFACTOR(repo): standardize taint to control-plane
- Change node-role.kubernetes.io/master to control-plane - Update vpa, goldilocks, kube-state-metrics tolerations - Remove deprecated master taint from promtail
This commit is contained in:
@@ -37,11 +37,8 @@ resources:
|
||||
limits:
|
||||
memory: 182Mi
|
||||
|
||||
# Tolerations to run on all nodes including master
|
||||
# Tolerations to run on all nodes including control-plane
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/master
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
|
||||
Reference in New Issue
Block a user