Add Kustomize apply

This commit is contained in:
Julien FABRE 2019-10-19 21:27:28 +02:00 committed by GitHub
parent 05dfd0ae85
commit 7887b0c80b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'