Change indentation for kubectl context samples
Remove comma from line that may lead to wrong copy-paste, and align to other commands syntax highlightingpull/20872/head
parent
2139b50702
commit
cbf66e4e52
|
@ -345,9 +345,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue