Add kubectl alias for apply (#6662)
This commit is contained in:
parent
7c2028e84e
commit
afad3e1f8d
@ -9,6 +9,9 @@ fi
|
|||||||
# This command is used ALOT both below and in daily life
|
# This command is used ALOT both below and in daily life
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
|
|
||||||
|
# Apply a YML file
|
||||||
|
alias kaf='k apply -f'
|
||||||
|
|
||||||
# Drop into an interactive terminal on a container
|
# Drop into an interactive terminal on a container
|
||||||
alias keti='k exec -ti'
|
alias keti='k exec -ti'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user