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:
2026-01-08 19:18:41 +09:00
parent 561a07399a
commit a2b13bb4f6
2 changed files with 4 additions and 9 deletions

View File

@@ -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"