Merge pull request #28835 from DestyNova/patch-1

Make kubectl executable in non-root install docs
This commit is contained in:
Kubernetes Prow Robot 2021-07-09 05:08:53 -07:00 committed by GitHub
commit 7a85763a8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
If you do not have root access on the target system, you can still install kubectl to the `~/.local/bin` directory:
```bash
chmod +x kubectl
mkdir -p ~/.local/bin/kubectl
mv ./kubectl ~/.local/bin/kubectl
# and then add ~/.local/bin/kubectl to $PATH