From cda86d62c01af9ab028ab51cc4473dc04ff8a9a2 Mon Sep 17 00:00:00 2001 From: Mariyan Dimitrov Date: Sat, 18 Jan 2020 19:31:35 +0200 Subject: [PATCH] en: Fix minor semantical issue (#18752) On the page, it says `as you .KUBECONFIG` whereas it is meant `as your .KUBECONFIG`. Minor annoyance, but still benefits fixing. One char PR. Signed-off-by: Mariyan Dimitrov --- content/en/docs/tasks/administer-cluster/access-cluster-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/access-cluster-api.md b/content/en/docs/tasks/administer-cluster/access-cluster-api.md index 3fb92da351..5aa79d4406 100644 --- a/content/en/docs/tasks/administer-cluster/access-cluster-api.md +++ b/content/en/docs/tasks/administer-cluster/access-cluster-api.md @@ -88,7 +88,7 @@ directly to the API server, like this: Using `grep/cut` approach: ```shell -# Check all possible clusters, as you .KUBECONFIG may have multiple contexts: +# Check all possible clusters, as your .KUBECONFIG may have multiple contexts: kubectl config view -o jsonpath='{"Cluster name\tServer\n"}{range .clusters[*]}{.name}{"\t"}{.cluster.server}{"\n"}{end}' # Select name of cluster you want to interact with from above output: