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
6d75f556
Commit
6d75f556
authored
Mar 09, 2018
by
vadimkim
Committed by
Robby Russell
Mar 09, 2018
Browse files
fix "kubectl logs" (#6667)
logs doesn't have "pods" parameter
parent
2ff9560a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/kubectl/kubectl.plugin.zsh
View file @
6d75f556
...
...
@@ -20,7 +20,7 @@ alias kccc='k config current-context'
# Pod management.
alias
kgp
=
'k get pods'
alias
klp
=
'k logs
pods
'
alias
klp
=
'k logs'
alias
kep
=
'k edit pods'
alias
kdp
=
'k describe pods'
alias
kdelp
=
'k delete pods'
...
...
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