klf alias

This commit is contained in:
Griffin Smith 2020-03-31 17:10:28 -04:00
parent 562100bad2
commit 58741dad63

View file

@ -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";