Merge pull request #20872 from blues-man/patch-1

Change indentation for kubectl context samples
This commit is contained in:
Kubernetes Prow Robot
2020-06-11 07:42:57 -07:00
committed by GitHub
@@ -385,9 +385,11 @@ 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 use-context minikube`,
`kubectl config use-context minikube`
Or pass the context on each command like this: `kubectl get pods --context=minikube`.
Or pass the context on each command like this:
`kubectl get pods --context=minikube`
### Dashboard