REFACTOR(repo): standardize taint to control-plane
- Remove deprecated master taint from falco - Update vault tolerations to control-plane - Change effect from NoExecute to NoSchedule
This commit is contained in:
@@ -72,11 +72,11 @@ server:
|
||||
type: ClusterIP
|
||||
port: 8200
|
||||
|
||||
# Tolerations for master node
|
||||
# Tolerations for control-plane node
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
effect: "NoSchedule"
|
||||
|
||||
# UI 활성화
|
||||
ui:
|
||||
|
||||
Reference in New Issue
Block a user