mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge 546299cbc6 into 47767bd03c
This commit is contained in:
commit
b5d63adcbc
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ alias kdp='kubectl describe pods'
|
|||
alias kdelp='kubectl delete pods'
|
||||
alias kgpall='kubectl get pods --all-namespaces -o wide'
|
||||
|
||||
# Horizontal Pod Autoscaler
|
||||
alias kghpa='kubectl get hpa'
|
||||
|
||||
# get pod by label: kgpl "app=myapp" -n myns
|
||||
alias kgpl='kgp -l'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue