mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-09-07 11:30:01 +00:00
committed by
Ahmet Alp Balkan
parent
10c9bd58ca
commit
1356c37cc0
@@ -9,7 +9,7 @@ This repository provides both `kubectx` and `kubens` tools.
|
|||||||
|
|
||||||
# kubectx(1)
|
# kubectx(1)
|
||||||
|
|
||||||
kubectx is an utility to manage and switch between kubectl(1) contexts.
|
kubectx is a utility to manage and switch between kubectl(1) contexts.
|
||||||
|
|
||||||
```
|
```
|
||||||
USAGE:
|
USAGE:
|
||||||
@@ -47,7 +47,7 @@ long context names. You don't have to remember full context names anymore.
|
|||||||
|
|
||||||
# kubens(1)
|
# kubens(1)
|
||||||
|
|
||||||
kubens is an utility to switch between Kubernetes namespaces.
|
kubens is a utility to switch between Kubernetes namespaces.
|
||||||
|
|
||||||
```
|
```
|
||||||
USAGE:
|
USAGE:
|
||||||
@@ -88,7 +88,7 @@ This command will set up bash/zsh/fish completion scripts automatically.
|
|||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
Since `kubectx`/`kubens` are written in Bash, you should be able to instal
|
Since `kubectx`/`kubens` are written in Bash, you should be able to install
|
||||||
them to any POSIX environment that has Bash installed.
|
them to any POSIX environment that has Bash installed.
|
||||||
|
|
||||||
- Download the `kubectx`, and `kubens` scripts.
|
- Download the `kubectx`, and `kubens` scripts.
|
||||||
@@ -140,7 +140,7 @@ sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens
|
|||||||
|
|
||||||
#### Arch Linux
|
#### Arch Linux
|
||||||
|
|
||||||
An unofficial [AUR package](https://aur.archlinux.org/packages/kubectx) `kubectx`
|
An unofficial [AUR package](https://aur.archlinux.org/packages/kubectx) of `kubectx`
|
||||||
is available. Install instructions can be found on the [Arch
|
is available. Install instructions can be found on the [Arch
|
||||||
wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages).
|
wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user