mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Add kubectl alias for apply (#6662)
This commit is contained in:
parent
7c2028e84e
commit
afad3e1f8d
1 changed files with 3 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue