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' ...@@ -38,7 +38,7 @@ alias kdp='kubectl describe pods'
alias kdelp='kubectl delete pods' alias kdelp='kubectl delete pods'
# get pod by label: kgpl "app=myapp" -n myns # 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. # Service management.
alias kgs='kubectl get svc' alias kgs='kubectl get svc'
...@@ -104,4 +104,4 @@ alias kcp='kubectl cp' ...@@ -104,4 +104,4 @@ alias kcp='kubectl cp'
alias kgno='kubectl get nodes' alias kgno='kubectl get nodes'
alias keno='kubectl edit node' alias keno='kubectl edit node'
alias kdno='kubectl describe node' alias kdno='kubectl describe node'
alias kdelno='kubectl delete node' alias kdelno='kubectl delete node'
\ No newline at end of file
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