mirror of https://git.xinb.cc/xinb/ohmyzsh.git
Added kgpall alias
This commit is contained in:
parent
c3b072eace
commit
dd30cf104c
|
@ -24,6 +24,7 @@ alias klp='k logs pods'
|
|||
alias kep='k edit pods'
|
||||
alias kdp='k describe pods'
|
||||
alias kdelp='k delete pods'
|
||||
alias kgpall='k get pods --all-namespaces -o wide'
|
||||
|
||||
# Service management.
|
||||
alias kgs='k get svc'
|
||||
|
|
Loading…
Reference in New Issue