Skip to content

Commit

Permalink
Update cmd/kops/update_cluster.go
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Rifel <[email protected]>
  • Loading branch information
justinsb and rifelpet authored Dec 3, 2024
1 parent e21f716 commit 117b4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kops/update_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func RunUpdateCluster(ctx context.Context, f *util.Factory, out io.Writer, c *Up
if err != nil {
klog.Warningf("error checking control plane running verion: %v", err)
} else {
klog.Warningf("successfully checked control plane running version: %v", minControlPlaneRunningVersion)
klog.V(2).Infof("successfully checked control plane running version: %v", minControlPlaneRunningVersion)
}
}
applyCmd := &cloudup.ApplyClusterCmd{
Expand Down

0 comments on commit 117b4f1

Please sign in to comment.