Merge pull request #39010 from Zhuzhenghao/fix/kubeconfig

[zh-cn] fix the shell of appending kubeconfig
pull/39012/head
Kubernetes Prow Robot 2023-01-20 02:28:15 -08:00 committed by GitHub
commit f25c17b926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ For example:
### Linux
```shell
export KUBECONFIG="${KUBECONFIG}:$HOME/.kube/config"
export KUBECONFIG="${KUBECONFIG}:${HOME}/.kube/config"
```
### Windows Powershell