Merge pull request #26761 from wwgfhf/master-kubeconfig

Update zh translation in  organize-cluster-access-kubeconfig.md
This commit is contained in:
Kubernetes Prow Robot 2021-02-27 23:10:41 -08:00 committed by GitHub
commit 04a4efe38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ In `$HOME/.kube/config`, relative paths are stored relatively, and absolute path
are stored absolutely.
-->
kubeconfig 文件中的文件和路径引用是相对于 kubeconfig 文件的位置。
命令行上的文件引用是相对于当前工作目录的。
命令行上的文件引用是相对于当前工作目录的。
`$HOME/.kube/config` 中,相对路径按相对路径存储,绝对路径按绝对路径存储。
## {{% heading "whatsnext" %}}