Skip to content

Commit 7a85763

Browse files
authored
Merge pull request #28835 from DestyNova/patch-1
Make kubectl executable in non-root install docs
2 parents 1fd7c9c + ad5afa3 commit 7a85763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
8282
If you do not have root access on the target system, you can still install kubectl to the `~/.local/bin` directory:
8383

8484
```bash
85+
chmod +x kubectl
8586
mkdir -p ~/.local/bin/kubectl
8687
mv ./kubectl ~/.local/bin/kubectl
8788
# and then add ~/.local/bin/kubectl to $PATH

0 commit comments

Comments
 (0)