feat(k8s): add k9s package for browsing clusters
This commit is contained in:
@@ -124,6 +124,7 @@
|
|||||||
kubectl
|
kubectl
|
||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
stern
|
stern
|
||||||
|
k9s
|
||||||
|
|
||||||
php
|
php
|
||||||
php81Packages.composer
|
php81Packages.composer
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user