mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-15 13:50:58 +01:00
Add alias for kubectls dry-run flag
This commit is contained in:
@@ -35,6 +35,10 @@ alias kcgc='kubectl config get-contexts'
|
|||||||
alias kdel='kubectl delete'
|
alias kdel='kubectl delete'
|
||||||
alias kdelf='kubectl delete -f'
|
alias kdelf='kubectl delete -f'
|
||||||
|
|
||||||
|
# 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 kgpa='kubectl get pods --all-namespaces'
|
alias kgpa='kubectl get pods --all-namespaces'
|
||||||
|
|||||||
Reference in New Issue
Block a user