Skip to content

Commit d1f3cd2

Browse files
JGAntunesajp-io
andauthored
Update pkg/upgradeservice/bootstrap.go
Co-authored-by: Alex Parker <[email protected]>
1 parent 32395f5 commit d1f3cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/upgradeservice/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func updateWithinKubeRange(params types.UpgradeServiceParams) error {
6464
return errors.Errorf("cannot downgrade the kubernetes version: current %s, update %s", currentVersion, updateVersion)
6565
}
6666
if updateVersion.Minor() > currentVersion.Minor()+1 {
67-
return errors.Errorf("cannot update more than one minor version: current %s, update %s", currentVersion, updateVersion)
67+
return errors.Errorf("cannot update by more than one kubernetes minor version: current %s, update %s", currentVersion, updateVersion)
6868
}
6969
return nil
7070
}

0 commit comments

Comments
 (0)