change: reintroduce old kgpl and add kgpsl

This commit is contained in:
Jeremy Delgado 2024-09-02 12:41:38 +02:00
commit fdcb54068c
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -39,9 +39,10 @@ alias kdelf='kubectl delete -f'
# Pod management.
alias kgp='kubectl get pods'
alias kgpl='kubectl get pods --show-labels'
alias kgpsl='kubectl get pods --show-labels'
alias kgpa='kubectl get pods --all-namespaces'
alias kgpw='kgp --watch'
alias kgpl='kgp -l'
alias kgpwide='kgp -o wide'
alias kep='kubectl edit pods'
alias kdp='kubectl describe pods'