Skip to content

Commit cd30245

Browse files
committed
[en]: Add PATH note for install macos kubectl
1 parent 84a6862 commit cd30245

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
@@ -103,6 +103,10 @@ The following methods exist for installing kubectl on macOS:
103103
sudo chown root: /usr/local/bin/kubectl
104104
```
105105

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

108112
```bash

0 commit comments

Comments
 (0)