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

@@ -28,10 +28,8 @@ spec:
app.kubernetes.io/name: traefik
topologyKey: kubernetes.io/hostname
# Master 노드에도 배치 허용
# Control-plane 노드에도 배치 허용
tolerations:
- key: node-role.kubernetes.io/master
operator: Exists
- key: node-role.kubernetes.io/control-plane
operator: Exists
@@ -58,10 +56,10 @@ spec:
expose:
default: true
# svclb tolerations for master node
# svclb tolerations for control-plane node
service:
annotations:
svccontroller.k3s.cattle.io/tolerations: '[{"key":"node-role.kubernetes.io/master","operator":"Exists","effect":"NoExecute"}]'
svccontroller.k3s.cattle.io/tolerations: '[{"key":"node-role.kubernetes.io/control-plane","operator":"Exists","effect":"NoSchedule"}]'
# Prometheus metrics
metrics: