feat(k8s): add k9s package for browsing clusters

This commit is contained in:
Pierre Martin
2022-12-29 17:40:34 +01:00
parent cf7e5fcd04
commit adb932faeb
2 changed files with 3 additions and 0 deletions

View File

@@ -124,6 +124,7 @@
kubectl kubectl
kubernetes-helm kubernetes-helm
stern stern
k9s
php php
php81Packages.composer php81Packages.composer

View File

@@ -65,6 +65,7 @@
source <(helm completion zsh) source <(helm completion zsh)
source <(k3d completion zsh) source <(k3d completion zsh)
source <(kubectl completion zsh) source <(kubectl completion zsh)
source <(k9s completion zsh); compdef _k9s k9s
''; '';
sessionVariables = { sessionVariables = {
@@ -100,6 +101,7 @@
kp = "kubectl --context prod-eu2"; kp = "kubectl --context prod-eu2";
kp2 = "kubectl --context prod-eu2"; # deprecated kp2 = "kubectl --context prod-eu2"; # deprecated
flyctl = "~/.fly/bin/flyctl"; flyctl = "~/.fly/bin/flyctl";
k9sp = "k9s --context prod-eu2";
g = "git"; g = "git";
tg = "tig --all"; tg = "tig --all";
tgs = "tig status"; tgs = "tig status";