From 2494462e5fda5a6114ebea97a7302b3b6fec624e Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Wed, 19 Oct 2016 13:13:20 +0100 Subject: [PATCH] Get rid of output line that break automated usage of `kubectl set image` (fix #35105) --- pkg/kubectl/cmd/set/set_image.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/kubectl/cmd/set/set_image.go b/pkg/kubectl/cmd/set/set_image.go index d2477219eee..5baa00b3d43 100644 --- a/pkg/kubectl/cmd/set/set_image.go +++ b/pkg/kubectl/cmd/set/set_image.go @@ -199,7 +199,6 @@ func (o *ImageOptions) Run() error { } if o.Local { - fmt.Fprintln(o.Out, "running in local mode...") return o.PrintObject(o.Cmd, o.Mapper, info.Object, o.Out) }