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 2139b50 commit cbf66e4Copy full SHA for cbf66e4
content/en/docs/setup/learning-environment/minikube.md
@@ -345,9 +345,11 @@ This context contains the configuration to communicate with your Minikube cluste
345
346
Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
347
348
-`kubectl config use-context minikube`,
+`kubectl config use-context minikube`
349
350
-Or pass the context on each command like this: `kubectl get pods --context=minikube`.
+Or pass the context on each command like this:
351
+
352
+`kubectl get pods --context=minikube`
353
354
### Dashboard
355
0 commit comments