mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
Merge branch 'kozl-master'
This commit is contained in:
commit
43a9eed263
1 changed files with 1 additions and 0 deletions
|
@ -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='kubectl 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'
|
||||||
|
|
Loading…
Reference in a new issue