Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 822 Bytes

Kube-Switch

Switch between Kubernetes context & namespace using an interactive menu.

MIT License Version 2.0.3 MacOS

About

Similar to kubectx & kubens, but with the ability to pick using arrow keys.

Install (Homebrew)

$ brew install null93/kube-switch/kube-switch
$ bind -x '"\C-k":"kube-switch"'
$ bind -x '"\C-n":"kube-switch -c"'

Build System

# Build binaries, outputs into ./bin
$ make build
# Package, outputs into ./dist
$ make package
# Everything else
$ make help