Merge pull request #28420 from HongjiangHuang/install-kubectl-notes-zh
[zh]: Add PATH note for install macos kubectl
This commit is contained in:
commit
1850ddc30c
|
|
@ -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:
|
||||||
-->
|
-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue