kubectl: print errors that wont be reloaded in the editor

This commit is contained in:
Michail Kargakis
2016-03-07 13:20:27 +01:00
parent 90701f8da1
commit 23343425b8
2 changed files with 28 additions and 25 deletions

View File

@@ -164,7 +164,7 @@ Find more information at https://github.com/kubernetes/kubernetes.`,
cmds.AddCommand(NewCmdReplace(f, out))
cmds.AddCommand(NewCmdPatch(f, out))
cmds.AddCommand(NewCmdDelete(f, out))
cmds.AddCommand(NewCmdEdit(f, out))
cmds.AddCommand(NewCmdEdit(f, out, err))
cmds.AddCommand(NewCmdApply(f, out))
cmds.AddCommand(NewCmdNamespace(out))