This commit is contained in:
Christoph Ebeling 2026-01-12 21:55:19 +00:00 committed by GitHub
commit 028823d559
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,10 @@ alias kdelk='kubectl delete -k'
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'