Merge pull request #28418 from HongjiangHuang/install-kubectl-notes

[en]: Add PATH note for install macos kubectl
This commit is contained in:
Kubernetes Prow Robot
2021-06-16 03:55:59 -07:00
committed by GitHub
@@ -102,6 +102,10 @@ 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.
{{< /note >}}
1. Test to ensure the version you installed is up-to-date:
```bash