Gnome-shell extension for quickly switching between different Kubernetes kubectl config contexts
The extension needs kubectl
or oc
to be installed.
Install command and logout/login to proceed to install extension itself.
# tl;dr clone repo, run make install
(cd /tmp && git clone https://github.com/vvbogdanov87/gnome-shell-extension-kubeconfig.git)
(cd /tmp/gnome-shell-extension-kubeconfig && \
make install)