modified README for enabling to switch cluster

pull/456/head
umiyosh 2016-08-05 13:10:50 +09:00
parent eed7b36f6b
commit 30fe353d3e
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ This context contains the configuration to communicate with your minikube cluste
Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
`kubectl config set-context minikube`,
`kubectl config use-context minikube`,
or pass the context on each command like this: `kubectl get pods --context=minikube`.