Skip to content

Commit e8043a5

Browse files
Fix kubectl
1 parent 0f0c174 commit e8043a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/tests/k8st/deploy_resources_on_kind_cluster.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ test_connection 6
131131
# At the end of it all, scale down the operator so that it doesn't
132132
# make changes to the cluster. Some of our tests modify calico/node, etc.
133133
# We should remove this once we fix up those tests.
134-
kubectl scale deployment -n tigera-operator tigera-operator --replicas=0
134+
${kubectl} scale deployment -n tigera-operator tigera-operator --replicas=0

0 commit comments

Comments
 (0)