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.
2 parents 75c7b7c + cbf66e4 commit 74019ddCopy full SHA for 74019dd
content/en/docs/setup/learning-environment/minikube.md
@@ -385,9 +385,11 @@ This context contains the configuration to communicate with your Minikube cluste
385
386
Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
387
388
-`kubectl config use-context minikube`,
+`kubectl config use-context minikube`
389
390
-Or pass the context on each command like this: `kubectl get pods --context=minikube`.
+Or pass the context on each command like this:
391
+
392
+`kubectl get pods --context=minikube`
393
394
### Dashboard
395
0 commit comments