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 <mariyan.dimitrov@gmail.com>
This commit is contained in:
Mariyan Dimitrov 2020-01-18 19:31:35 +02:00 committed by Kubernetes Prow Robot
parent 5772d582ea
commit cda86d62c0
1 changed files with 1 additions and 1 deletions

View File

@ -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: