1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-01 20:01:42 +08:00
This commit is contained in:
Christoph Ebeling 2026-03-19 02:53:27 -04:00 committed by GitHub
commit 9165f85486
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'