Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into k0s-1-29
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Oct 23, 2024
2 parents 1abe552 + 40c43bc commit 8177660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/pkg/upgrade/installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func setInstallationState(ctx context.Context, cli client.Client, name string, s
return nil
})
if err != nil {
return fmt.Errorf("failed to set installation state after 5 attempts %w", err)
return fmt.Errorf("persistent conflict error, failed to update installation %s status: %w", name, err)
}

return nil
Expand Down

0 comments on commit 8177660

Please sign in to comment.