Skip to content

Commit f25c17b

Browse files
authored
Merge pull request #39010 from Zhuzhenghao/fix/kubeconfig
[zh-cn] fix the shell of appending kubeconfig
2 parents e2e50d0 + 205355e commit f25c17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/tasks/access-application-cluster/configure-access-multiple-clusters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ For example:
523523
### Linux
524524

525525
```shell
526-
export KUBECONFIG="${KUBECONFIG}:$HOME/.kube/config"
526+
export KUBECONFIG="${KUBECONFIG}:${HOME}/.kube/config"
527527
```
528528

529529
### Windows Powershell

0 commit comments

Comments
 (0)