top of page
Kubectl — Get Context
kubectl config delete-context <context-name>
kubectl config use-context <context-name> kubectl get context
CURRENT NAME CLUSTER AUTHINFO minikube minikube minikube * prod-dallas prod-cluster-dallas admin-prod staging-eu staging-cluster-eu deployer legacy-bare-metal legacy-cluster old-admin kubectl config delete-context <
Then, just before hitting kubectl apply -f payment-fix.yaml , he ran it again. The asterisk still shone beside prod-dallas . Good. No last-minute surprises. kubectl config use-context <
bottom of page
