Skip to content

Commit cbf66e4

Browse files
committed
Change indentation for kubectl context samples
Remove comma from line that may lead to wrong copy-paste, and align to other commands syntax highlighting
1 parent 2139b50 commit cbf66e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/en/docs/setup/learning-environment/minikube.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,11 @@ This context contains the configuration to communicate with your Minikube cluste
345345

346346
Minikube sets this context to default automatically, but if you need to switch back to it in the future, run:
347347

348-
`kubectl config use-context minikube`,
348+
`kubectl config use-context minikube`
349349

350-
Or pass the context on each command like this: `kubectl get pods --context=minikube`.
350+
Or pass the context on each command like this:
351+
352+
`kubectl get pods --context=minikube`
351353

352354
### Dashboard
353355

0 commit comments

Comments
 (0)