Merge pull request #28835 from DestyNova/patch-1
Make kubectl executable in non-root install docs
This commit is contained in:
commit
7a85763a8e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue