Skip to content

Commit 0b6059d

Browse files
asm582openshift-merge-robot
authored andcommitted
fix taint command
1 parent 008f603 commit 0b6059d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-e2e-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function setup-mcad-env {
351351
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/scheduler-plugins/277b6bdec18f8a9e9ccd1bfeaf4b66495bfc6f92/config/crd/bases/scheduling.sigs.k8s.io_podgroups.yaml
352352

353353
# Turn off master taints
354-
kubectl taint nodes --all node-role.kubernetes.io/master-
354+
kubectl taint nodes --all node-role.kubernetes.io/control-plane:NoSchedule-
355355

356356
# This is meant to orchestrate initial cluster configuration such that accounting tests can be consistent
357357
echo "Orchestrate cluster..."

0 commit comments

Comments
 (0)