From 082f7d2a1d0ebd63747a14c88dd93f46f1c1028f Mon Sep 17 00:00:00 2001 From: Abhishek Malvankar Date: Thu, 10 Aug 2023 17:36:18 -0400 Subject: [PATCH] fix taint command --- hack/run-e2e-kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/run-e2e-kind.sh b/hack/run-e2e-kind.sh index 3028ef7a6..3561604f9 100755 --- a/hack/run-e2e-kind.sh +++ b/hack/run-e2e-kind.sh @@ -351,7 +351,7 @@ function setup-mcad-env { kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/scheduler-plugins/277b6bdec18f8a9e9ccd1bfeaf4b66495bfc6f92/config/crd/bases/scheduling.sigs.k8s.io_podgroups.yaml # Turn off master taints - kubectl taint nodes --all node-role.kubernetes.io/master- + kubectl taint nodes --all node-role.kubernetes.io/control-plane:NoSchedule- # This is meant to orchestrate initial cluster configuration such that accounting tests can be consistent echo "Orchestrate cluster..."