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
kubernetes-helm
stern
k9s
php
php81Packages.composer

View File

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