Add kubectl alias for apply (#6662)

This commit is contained in:
Andrea Giardini 2018-03-09 17:14:09 +01:00 committed by Robby Russell
parent 7c2028e84e
commit afad3e1f8d

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'