Merge pull request #20720 from afmsavage/patch-1
Fixed configure-access-multiple-clusters.md
This commit is contained in:
+1
-1
@@ -346,7 +346,7 @@ export KUBECONFIG=$KUBECONFIG:$HOME/.kube/config
|
|||||||
```
|
```
|
||||||
### Windows Powershell
|
### Windows Powershell
|
||||||
```shell
|
```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
|
View configuration information merged from all the files that are now listed
|
||||||
|
|||||||
Reference in New Issue
Block a user