Commit afad3e1f authored by Andrea Giardini's avatar Andrea Giardini Committed by Robby Russell
Browse files

Add kubectl alias for apply (#6662)

parent 7c2028e8
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment