Skip to content

(bug) ClusterSummary deleted out of band while in UpdatingClusters#1704

Merged
gianlucam76 merged 1 commit intoprojectsveltos:mainfrom
gianlucam76:improve-error-message
Apr 11, 2026
Merged

(bug) ClusterSummary deleted out of band while in UpdatingClusters#1704
gianlucam76 merged 1 commit intoprojectsveltos:mainfrom
gianlucam76:improve-error-message

Conversation

@gianlucam76
Copy link
Copy Markdown
Member

When a ClusterSummary is deleted out of band while its cluster is in UpdatingClusters, reviseUpdatingClusterList was returning a generic error, blocking reconciliation indefinitely.

The fix drops the affected cluster from UpdatingClusters (so the main reconcile loop recreates the missing ClusterSummary on the next pass) and returns a specific error to force a requeue.

…ters

When a ClusterSummary is deleted out of band while its cluster is in UpdatingClusters,
reviseUpdatingClusterList was returning a generic error, blocking reconciliation
indefinitely.

The fix drops the affected cluster from UpdatingClusters (so the main reconcile
loop recreates the missing ClusterSummary on the next pass) and returns a specific
error to force a requeue.
@gianlucam76 gianlucam76 merged commit 3a565bb into projectsveltos:main Apr 11, 2026
15 of 16 checks passed
@gianlucam76 gianlucam76 deleted the improve-error-message branch April 11, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant