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:
@@ -60,15 +60,6 @@ controller:
|
||||
# Set to false to only monitor namespaces with the label: goldilocks.fairwinds.com/enabled=true
|
||||
enableCostRecommendations: true
|
||||
|
||||
# Schedule on control-plane node
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: "true"
|
||||
|
||||
tolerations:
|
||||
- key: node-role.kubernetes.io/control-plane
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
|
||||
# VPA configuration (should already be installed)
|
||||
vpa:
|
||||
# Set to false since we're installing VPA separately
|
||||
|
||||
Reference in New Issue
Block a user