Merge pull request #28420 from HongjiangHuang/install-kubectl-notes-zh

[zh]: Add PATH note for install macos kubectl
pull/28503/head^2
Kubernetes Prow Robot 2021-06-19 19:22:50 -07:00 committed by GitHub
commit 1850ddc30c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -169,6 +169,13 @@ The following methods exist for installing kubectl on macOS:
sudo chown root: /usr/local/bin/kubectl
```
{{< note >}}
<!--
Make sure `/usr/local/bin` is in your PATH environment variable.
-->
确保 `/usr/local/bin` 在你的 PATH 环境变量中。
{{< /note >}}
<!--
1. Test to ensure the version you installed is up-to-date:
-->