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 91295d8 commit cdbfad7Copy full SHA for cdbfad7
Makefile
@@ -379,7 +379,7 @@ create-workload-cluster: $(ENVSUBST) $(KUBECTL) ## Create a workload cluster.
379
$(KUBECTL) get secret/$(CLUSTER_NAME)-kubeconfig -n default -o json | jq -r .data.value | base64 --decode > ./kubeconfig
380
$(KUBECTL) -n default wait --for=condition=Ready --timeout=60m cluster "$(CLUSTER_NAME)"
381
382
- $(KUBECTL) --kubeconfig=./kubeconfig create namespace test-pods
+ $(KUBECTL) --kubeconfig=./kubeconfig config set-context --current --namespace="default"
383
384
@echo 'run "$(KUBECTL) --kubeconfig=./kubeconfig ..." to work with the new target cluster'
385
0 commit comments