Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
afad3e1f
"vscode:/vscode.git/clone" did not exist on "2f345a3d0c9a94891c909a9ae6f6e2e2dc6df5b2"
Commit
afad3e1f
authored
Mar 09, 2018
by
Andrea Giardini
Committed by
Robby Russell
Mar 09, 2018
Browse files
Add kubectl alias for apply (#6662)
parent
7c2028e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/kubectl/kubectl.plugin.zsh
View file @
afad3e1f
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment