chore(k8s): update alias + krew cli for plugin management
This commit is contained in:
@@ -131,6 +131,7 @@
|
|||||||
kubernetes-helm
|
kubernetes-helm
|
||||||
stern
|
stern
|
||||||
k9s
|
k9s
|
||||||
|
krew
|
||||||
|
|
||||||
php
|
php
|
||||||
php81Packages.composer
|
php81Packages.composer
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user