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 <rifelpet@users.noreply.github.com>
  • Loading branch information
justinsb and rifelpet authored Dec 3, 2024
1 parent 117b4f1 commit f7814c5
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 @@ -332,7 +332,7 @@ func RunUpdateCluster(ctx context.Context, f *util.Factory, out io.Writer, c *Up
if !c.IgnoreKubeletVersionSkew {
minControlPlaneRunningVersion, err = checkControlPlaneRunningVersion(ctx, cluster.ObjectMeta.Name, minControlPlaneRunningVersion)
if err != nil {
klog.Warningf("error checking control plane running verion: %v", err)
klog.Warningf("error checking control plane running version, assuming no k8s upgrade in progress: %v", err)
} else {
klog.V(2).Infof("successfully checked control plane running version: %v", minControlPlaneRunningVersion)
}
Expand Down

0 comments on commit f7814c5

Please sign in to comment.