This commit is contained in:
Arthur Diniz 2024-08-12 01:42:03 -04:00 committed by GitHub
commit b5d63adcbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'