chore(k8s): update alias + krew cli for plugin management

This commit is contained in:
Pierre Martin
2023-06-14 06:15:34 +02:00
parent e01164bdd3
commit a71831d0fc
2 changed files with 6 additions and 3 deletions

View File

@@ -131,6 +131,7 @@
kubernetes-helm kubernetes-helm
stern stern
k9s k9s
krew
php php
php81Packages.composer php81Packages.composer

View File

@@ -98,9 +98,11 @@
m = "make"; m = "make";
t = "task"; t = "task";
k = "kubectl --context build"; k = "kubectl --context build";
kp = "kubectl --context prod-eu2"; kb9 = "k9s --context build";
kp2 = "kubectl --context prod-eu2"; # deprecated kp = "kubectl --context prod-eu5";
k9sp = "k9s --context prod-eu2"; kp9 = "k9s --context prod-eu5";
ks = "kubectl --context prod-eu6";
ks9 = "k9s --context prod-eu6";
g = "git"; g = "git";
gui = "gitui"; gui = "gitui";
htop = "btop"; htop = "btop";