Skip to content

Commit 9d6bace

Browse files
authored
Merge pull request #28418 from HongjiangHuang/install-kubectl-notes
[en]: Add PATH note for install macos kubectl
2 parents b7fa9ef + cd30245 commit 9d6bace

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/tasks/tools/install-kubectl-macos.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ The following methods exist for installing kubectl on macOS:
102102
sudo chown root: /usr/local/bin/kubectl
103103
```
104104

105+
{{< note >}}
106+
Make sure `/usr/local/bin` is in your PATH environment variable.
107+
{{< /note >}}
108+
105109
1. Test to ensure the version you installed is up-to-date:
106110

107111
```bash

0 commit comments

Comments
 (0)