mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-05-11 05:55:17 +00:00
Add kubectl alias for apply (#6662)
This commit is contained in:
committed by
Robby Russell
parent
7c2028e84e
commit
afad3e1f8d
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user