Commit 313d3c3f authored by Kayla Altepeter's avatar Kayla Altepeter Committed by Marc Cornellà

kubectl: add README (#7258)

parent 3320658f
This diff is collapsed.
......@@ -38,7 +38,7 @@ alias kdp='kubectl describe pods'
alias kdelp='kubectl delete pods'
# get pod by label: kgpl "app=myapp" -n myns
alias kgpl='function _kgpl(){ label=$1; shift; kgp -l $label $*; };_kgpl'
alias kgpl='kgp -l'
# Service management.
alias kgs='kubectl get svc'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment