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:
|
||||
kind: DaemonSet
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
|
||||
Reference in New Issue
Block a user