We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008f603 commit 0b6059dCopy full SHA for 0b6059d
hack/run-e2e-kind.sh
@@ -351,7 +351,7 @@ function setup-mcad-env {
351
kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/scheduler-plugins/277b6bdec18f8a9e9ccd1bfeaf4b66495bfc6f92/config/crd/bases/scheduling.sigs.k8s.io_podgroups.yaml
352
353
# Turn off master taints
354
- kubectl taint nodes --all node-role.kubernetes.io/master-
+ kubectl taint nodes --all node-role.kubernetes.io/control-plane:NoSchedule-
355
356
# This is meant to orchestrate initial cluster configuration such that accounting tests can be consistent
357
echo "Orchestrate cluster..."
0 commit comments