This commit is contained in:
Christoph Ebeling 2025-10-21 21:03:31 -03:00 committed by GitHub
commit 39132d210d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,10 @@ alias kdelf='kubectl delete -f'
alias kge='kubectl get events --sort-by=".lastTimestamp"'
alias kgew='kubectl get events --sort-by=".lastTimestamp" --watch'
# Dry runs
alias kdr='kubectl --dry-run=client'
alias kdrs='kubectl --dry-run=server'
# Pod management.
alias kgp='kubectl get pods'
alias kgpl='kgp -l'