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:
@@ -174,14 +174,6 @@ serviceAccount:
|
||||
create: true
|
||||
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
|
||||
daemonset:
|
||||
updateStrategy:
|
||||
|
||||
Reference in New Issue
Block a user