Port-forward: use out and error streams instead of glog

This commit is contained in:
Cesar Wong
2015-11-09 16:22:42 -05:00
parent 7e430f543b
commit 55114efcb7
5 changed files with 36 additions and 19 deletions

View File

@@ -213,7 +213,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
cmds.AddCommand(NewCmdAttach(f, in, out, err))
cmds.AddCommand(NewCmdExec(f, in, out, err))
cmds.AddCommand(NewCmdPortForward(f))
cmds.AddCommand(NewCmdPortForward(f, out, err))
cmds.AddCommand(NewCmdProxy(f, out))
cmds.AddCommand(NewCmdRun(f, in, out, err))