mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Get rid of output line that break automated usage of kubectl set image (fix #35105)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user