Skip to content

Commit 91295d8

Browse files
committed
Create test-pods namespace
1 parent 24a602d commit 91295d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ create-workload-cluster: $(ENVSUBST) $(KUBECTL) ## Create a workload cluster.
378378
# Get kubeconfig and store it locally.
379379
$(KUBECTL) get secret/$(CLUSTER_NAME)-kubeconfig -n default -o json | jq -r .data.value | base64 --decode > ./kubeconfig
380380
$(KUBECTL) -n default wait --for=condition=Ready --timeout=60m cluster "$(CLUSTER_NAME)"
381+
382+
$(KUBECTL) --kubeconfig=./kubeconfig create namespace test-pods
381383

382384
@echo 'run "$(KUBECTL) --kubeconfig=./kubeconfig ..." to work with the new target cluster'
383385

0 commit comments

Comments
 (0)