We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0c174 commit e8043a5Copy full SHA for e8043a5
node/tests/k8st/deploy_resources_on_kind_cluster.sh
@@ -131,4 +131,4 @@ test_connection 6
131
# At the end of it all, scale down the operator so that it doesn't
132
# make changes to the cluster. Some of our tests modify calico/node, etc.
133
# We should remove this once we fix up those tests.
134
-kubectl scale deployment -n tigera-operator tigera-operator --replicas=0
+${kubectl} scale deployment -n tigera-operator tigera-operator --replicas=0
0 commit comments