Merge pull request #20720 from afmsavage/patch-1
Fixed configure-access-multiple-clusters.mdpull/20854/head
commit
ba1e890aaa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue