Skip to content

Commit

Permalink
Merge pull request #539 from knelasevero/NoExecute-toleration
Browse files Browse the repository at this point in the history
WRKLDS-1168: tolerate node-role.kubernetes.io/control-plane:NoExecute
  • Loading branch information
openshift-merge-bot[bot] committed Apr 3, 2024
2 parents 4be4e43 + cd8559b commit 630f63b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/0000_25_kube-scheduler-operator_06_deployment.yaml
Expand Up @@ -99,6 +99,9 @@ spec:
- key: "node-role.kubernetes.io/master"
operator: "Exists"
effect: "NoSchedule"
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
effect: "NoExecute"
- key: "node.kubernetes.io/unreachable"
operator: "Exists"
effect: "NoExecute"
Expand Down

0 comments on commit 630f63b

Please sign in to comment.