Commit 6d75f556 authored by vadimkim's avatar vadimkim Committed by Robby Russell
Browse files

fix "kubectl logs" (#6667)

logs doesn't have "pods" parameter
parent 2ff9560a
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment