mirror of https://github.com/k3s-io/k3s
Get rid of output line that break automated usage of `kubectl set image` (fix #35105)
parent
cbe65701a2
commit
2494462e5f
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue