Commit 8e3de35d authored by Robby Russell's avatar Robby Russell
Browse files

Merge branch 'master' of git://github.com/kozl/oh-my-zsh into kozl-master

parents e701fa49 8c95c523
...@@ -43,6 +43,7 @@ alias kgpwide='kgp -o wide' ...@@ -43,6 +43,7 @@ alias kgpwide='kgp -o wide'
alias kep='kubectl edit pods' alias kep='kubectl edit pods'
alias kdp='kubectl describe pods' alias kdp='kubectl describe pods'
alias kdelp='kubectl delete pods' alias kdelp='kubectl delete pods'
alias kgpall='k get pods --all-namespaces -o wide'
# get pod by label: kgpl "app=myapp" -n myns # get pod by label: kgpl "app=myapp" -n myns
alias kgpl='kgp -l' alias kgpl='kgp -l'
......
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