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:
@@ -177,15 +177,9 @@ serviceAccount:
|
|||||||
# Node selector to run on all nodes
|
# Node selector to run on all nodes
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
# Tolerations to run on all nodes including masters
|
# Tolerations to run on all nodes including control-plane
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
key: node-role.kubernetes.io/master
|
|
||||||
- effect: NoExecute
|
|
||||||
key: node-role.kubernetes.io/master
|
|
||||||
- effect: NoSchedule
|
|
||||||
key: node-role.kubernetes.io/control-plane
|
|
||||||
- effect: NoExecute
|
|
||||||
key: node-role.kubernetes.io/control-plane
|
key: node-role.kubernetes.io/control-plane
|
||||||
|
|
||||||
# Run as DaemonSet on all nodes
|
# Run as DaemonSet on all nodes
|
||||||
|
|||||||
@@ -72,11 +72,11 @@ server:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8200
|
port: 8200
|
||||||
|
|
||||||
# Tolerations for master node
|
# Tolerations for control-plane node
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: "node-role.kubernetes.io/master"
|
- key: "node-role.kubernetes.io/control-plane"
|
||||||
operator: "Exists"
|
operator: "Exists"
|
||||||
effect: "NoExecute"
|
effect: "NoSchedule"
|
||||||
|
|
||||||
# UI 활성화
|
# UI 활성화
|
||||||
ui:
|
ui:
|
||||||
|
|||||||
Reference in New Issue
Block a user