Merge pull request #39010 from Zhuzhenghao/fix/kubeconfig
[zh-cn] fix the shell of appending kubeconfigpull/39012/head
commit
f25c17b926
|
@ -523,7 +523,7 @@ For example:
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
export KUBECONFIG="${KUBECONFIG}:$HOME/.kube/config"
|
export KUBECONFIG="${KUBECONFIG}:${HOME}/.kube/config"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows Powershell
|
### Windows Powershell
|
||||||
|
|
Loading…
Reference in New Issue