mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Added kgpall alias
This commit is contained in:
parent
c3b072eace
commit
dd30cf104c
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ alias klp='k logs pods'
|
||||||
alias kep='k edit pods'
|
alias kep='k edit pods'
|
||||||
alias kdp='k describe pods'
|
alias kdp='k describe pods'
|
||||||
alias kdelp='k delete pods'
|
alias kdelp='k delete pods'
|
||||||
|
alias kgpall='k get pods --all-namespaces -o wide'
|
||||||
|
|
||||||
# Service management.
|
# Service management.
|
||||||
alias kgs='k get svc'
|
alias kgs='k get svc'
|
||||||
|
|
Loading…
Reference in a new issue