Add kubectl alias for apply

This commit is contained in:
Andrea Giardini 2018-03-06 08:46:51 +01:00
commit 8a53c406fa

View file

@ -9,6 +9,9 @@ fi
# This command is used ALOT both below and in daily life
alias k=kubectl
# Apply a YML file
alias kaf='k apply -f'
# Drop into an interactive terminal on a container
alias keti='k exec -ti'