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:
parent
5772d582ea
commit
cda86d62c0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue