klf alias
This commit is contained in:
parent
562100bad2
commit
58741dad63
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
"kga" = "kc get --all-namespaces";
|
||||
"kpd" = "kubectl get pods";
|
||||
"kpa" = "kubectl get pods --all-namespaces";
|
||||
"klf" = "kubectl logs -f";
|
||||
"kdep" = "kubectl get deployments";
|
||||
"ked" = "kubectl edit deployment";
|
||||
"kpw" = "kubectl get pods -w";
|
||||
|
|
Loading…
Reference in a new issue