mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Add Kustomize apply
This commit is contained in:
parent
05dfd0ae85
commit
7887b0c80b
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ alias kca='f(){ kubectl "$@" --all-namespaces; unset -f f; }; f'
|
|||
# Apply a YML file
|
||||
alias kaf='kubectl apply -f'
|
||||
|
||||
# Apply a Kustomize file
|
||||
alias kak='kubectl apply -k'
|
||||
|
||||
# Drop into an interactive terminal on a container
|
||||
alias keti='kubectl exec -ti'
|
||||
|
||||
|
|
Loading…
Reference in a new issue