Skip to content

Commit 8177660

Browse files
committed
Merge remote-tracking branch 'origin/main' into k0s-1-29
2 parents 1abe552 + 40c43bc commit 8177660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/pkg/upgrade/installation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func setInstallationState(ctx context.Context, cli client.Client, name string, s
5454
return nil
5555
})
5656
if err != nil {
57-
return fmt.Errorf("failed to set installation state after 5 attempts %w", err)
57+
return fmt.Errorf("persistent conflict error, failed to update installation %s status: %w", name, err)
5858
}
5959

6060
return nil

0 commit comments

Comments
 (0)