REFACTOR(repo): standardize taint to control-plane
- Remove deprecated master taint from traefik - Update svclb annotation to control-plane - Remove master taint from argocd-image-updater
This commit is contained in:
@@ -18,11 +18,8 @@ resources:
|
||||
limits:
|
||||
memory: 256Mi
|
||||
|
||||
# Tolerations for master node
|
||||
# Tolerations for control-plane node
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
|
||||
Reference in New Issue
Block a user