mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-26 15:31:34 +00:00
Merge pull request #32 from shiroyasha/installation-steps-linux
Example installation steps on Linux
This commit is contained in:
commit
80336137bd
@ -101,6 +101,14 @@ them to any POSIX environment that has Bash installed.
|
|||||||
- Make `kubectx` and `kubens` executable (`chmod +x ...`)
|
- Make `kubectx` and `kubens` executable (`chmod +x ...`)
|
||||||
- Figure out how to install bash/zsh/fish [completion scripts](completion/).
|
- Figure out how to install bash/zsh/fish [completion scripts](completion/).
|
||||||
|
|
||||||
|
Example installation steps:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx
|
||||||
|
sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx
|
||||||
|
sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens
|
||||||
|
```
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
#### Users
|
#### Users
|
||||||
|
Loading…
Reference in New Issue
Block a user