We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1abe552 + 40c43bc commit 8177660Copy full SHA for 8177660
operator/pkg/upgrade/installation.go
@@ -54,7 +54,7 @@ func setInstallationState(ctx context.Context, cli client.Client, name string, s
54
return nil
55
})
56
if err != nil {
57
- 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)
58
}
59
60
0 commit comments