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:
@@ -86,15 +86,6 @@ spec:
|
||||
- name: BASIC_AUTH_ENABLED
|
||||
value: "false"
|
||||
|
||||
# Run on master node with velero controller
|
||||
nodeSelector:
|
||||
node-role.kubernetes.io/control-plane: "true"
|
||||
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/control-plane"
|
||||
operator: "Exists"
|
||||
effect: "NoSchedule"
|
||||
|
||||
affinity: {}
|
||||
envFrom: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user