mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Merge ede3619cd0 into b37dd49ca5
This commit is contained in:
commit
bc28270616
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ alias kdelk='kubectl delete -k'
|
||||||
alias kge='kubectl get events --sort-by=".lastTimestamp"'
|
alias kge='kubectl get events --sort-by=".lastTimestamp"'
|
||||||
alias kgew='kubectl get events --sort-by=".lastTimestamp" --watch'
|
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.
|
# Pod management.
|
||||||
alias kgp='kubectl get pods'
|
alias kgp='kubectl get pods'
|
||||||
alias kgpl='kgp -l'
|
alias kgpl='kgp -l'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue