Merge pull request #20720 from afmsavage/patch-1

Fixed configure-access-multiple-clusters.md
pull/20854/head
Kubernetes Prow Robot 2020-05-08 19:41:52 -07:00 committed by GitHub
commit ba1e890aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ export KUBECONFIG=$KUBECONFIG:$HOME/.kube/config
```
### Windows Powershell
```shell
$Env:KUBECONFIG=($Env:KUBECONFIG;$HOME/.kube/config)
$Env:KUBECONFIG="$Env:KUBECONFIG;$HOME\.kube\config"
```
View configuration information merged from all the files that are now listed