REFACTOR(repo): remove control-plane scheduling
- Remove nodeSelector for control-plane node - Remove tolerations for control-plane taint - Allow pods to schedule on any available node
This commit is contained in:
@@ -8,10 +8,6 @@ ingress:
|
|||||||
# Pod configuration
|
# Pod configuration
|
||||||
pod:
|
pod:
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
tolerations:
|
|
||||||
- key: node-role.kubernetes.io/control-plane
|
|
||||||
operator: Exists
|
|
||||||
effect: NoSchedule
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
|
|||||||
@@ -174,14 +174,6 @@ serviceAccount:
|
|||||||
create: true
|
create: true
|
||||||
name: falco
|
name: falco
|
||||||
|
|
||||||
# Node selector to run on all nodes
|
|
||||||
nodeSelector: {}
|
|
||||||
|
|
||||||
# Tolerations to run on all nodes including control-plane
|
|
||||||
tolerations:
|
|
||||||
- effect: NoSchedule
|
|
||||||
key: node-role.kubernetes.io/control-plane
|
|
||||||
|
|
||||||
# Run as DaemonSet on all nodes
|
# Run as DaemonSet on all nodes
|
||||||
daemonset:
|
daemonset:
|
||||||
updateStrategy:
|
updateStrategy:
|
||||||
|
|||||||
@@ -72,12 +72,6 @@ server:
|
|||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
port: 8200
|
port: 8200
|
||||||
|
|
||||||
# Tolerations for control-plane node (keep for 3-replica HA)
|
|
||||||
tolerations:
|
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
|
||||||
operator: "Exists"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
# High priority for critical secrets management
|
# High priority for critical secrets management
|
||||||
priorityClassName: high-priority
|
priorityClassName: high-priority
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user