mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge ede3619cd0
into 6e7ac0544e
This commit is contained in:
commit
7318fd9b07
|
@ -37,6 +37,10 @@ alias kcgc='kubectl config get-contexts'
|
|||
alias kdel='kubectl delete'
|
||||
alias kdelf='kubectl delete -f'
|
||||
|
||||
# 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