Skip to content

Conversation

gianlucam76
Copy link
Member

ClusterProfile/Profile can be paused by adding annotation profile.projectsveltos.io/paused. This PR adds two new fields in the profile status to report reconciliation is suspended.

  status:
    reconciliationSuspended: true
    suspensionReason: ClusterProfile is paused

A ClusterSummary is not reconciled when the corresponding cluster is paused. This PR adds two new fields in the ClusterSUmmary status to report reconciliation is suspended.

  status:
    reconciliationSuspended: true
    suspensionReason: Cluster is paused

ClusterProfile/Profile can be paused by adding annotation __profile.projectsveltos.io/paused__.
This PR adds two new fields in the profile status to report reconciliation is suspended.

```yaml
  status:
    reconciliationSuspended: true
    suspensionReason: ClusterProfile is paused
```

A ClusterSummary is not reconciled when the corresponding cluster is paused.
This PR adds two new fields in the ClusterSUmmary status to report reconciliation is suspended.

```yaml
  status:
    reconciliationSuspended: true
    suspensionReason: Cluster is paused
```
@gianlucam76 gianlucam76 merged commit c58d65b into projectsveltos:main Oct 5, 2025
8 checks passed
@gianlucam76 gianlucam76 deleted the paused branch October 9, 2025 15:38
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