mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Port-forward: use out and error streams instead of glog
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user