From cbf66e4e525fd48f616de00381ea4df3683e7ca6 Mon Sep 17 00:00:00 2001 From: Natale Vinto Date: Sun, 10 May 2020 16:01:15 +0200 Subject: [PATCH] Change indentation for kubectl context samples Remove comma from line that may lead to wrong copy-paste, and align to other commands syntax highlighting --- content/en/docs/setup/learning-environment/minikube.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/en/docs/setup/learning-environment/minikube.md b/content/en/docs/setup/learning-environment/minikube.md index ec8514c84c..7e19373856 100644 --- a/content/en/docs/setup/learning-environment/minikube.md +++ b/content/en/docs/setup/learning-environment/minikube.md @@ -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