mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-04 20:37:37 +08:00
Merge ede3619cd0 into 8df5c1b18b
This commit is contained in:
commit
bd33bfd8b2
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user