gnome-shell-extension-kubeconfig
gnome-shell-extension-kubeconfig copied to clipboard
Gnome-shell extension for switching kube config context
Gnome Shell Extension: kubeconfig
Gnome-shell extension for quickly switching between different Kubernetes kubectl config contexts
Install
Dependencies
The extension needs kubectl
or oc
to be installed.
Install command and logout/login to proceed to install extension itself.
From GNOME extensions
From git
# 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)