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

[zh]: Add PATH note for install macos kubectl
This commit is contained in:
Kubernetes Prow Robot
2021-06-19 19:22:50 -07:00
committed by GitHub
@@ -169,6 +169,13 @@ The following methods exist for installing kubectl on macOS:
sudo chown root: /usr/local/bin/kubectl 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: 1. Test to ensure the version you installed is up-to-date:
--> -->