Skip to content

Commit 74019dd

Browse files
authored
Merge pull request #20872 from blues-man/patch-1
Change indentation for kubectl context samples
2 parents 75c7b7c + cbf66e4 commit 74019dd

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
@@ -385,9 +385,11 @@ This context contains the configuration to communicate with your Minikube cluste
385385

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

388-
`kubectl config use-context minikube`,
388+
`kubectl config use-context minikube`
389389

390-
Or pass the context on each command like this: `kubectl get pods --context=minikube`.
390+
Or pass the context on each command like this:
391+
392+
`kubectl get pods --context=minikube`
391393

392394
### Dashboard
393395

0 commit comments

Comments
 (0)