Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge dev to main #221

Merged
merged 9 commits into from
Aug 18, 2024
Merged

Merge dev to main #221

merged 9 commits into from
Aug 18, 2024

Conversation

gianlucam76
Copy link
Member

Post release v0.36.0

gianlucam76 and others added 9 commits July 26, 2024 16:09
SveltosCluster has a new field called `Schedule` that allows
to specify when to unpause a cluster.

For instance

```yaml
sveltosCluster.Spec.Schedule = &libsveltosv1beta1.Schedule{
    From: "0 20 * * 5", // every friday 8PM
    To:   "0 7 * * 1",  // every monday 7AM
}
```

will have the SveltosCluster set to unpaused only from Friday, 8PM
to Monday 7AM every week.

A Paused SveltosCluster will receive no update from Sveltos.
This feature so enable having a maintanence window on each managed cluster.
Only during this maintanance window, update will be delivered
to cluster.
…pause-unpase

(feat) Intoduce ability to pause/unpause a cluster
Sveltos periodically attempts to connect to managed SveltosClusters.
Upon successful initial connection, the `Ready` status is set to
true and remains unchanged.

To indicate connection health, this PR introduces a `ConnectionStatus`
field within the Status. This field can be either `Healthy` or `Down`.
The status transitions to `Down` after a configurable number of consecutive
connection failures, which defaults to three.
(feat) update status `ConnectionStatus` field
Post release v0.36.0
@gianlucam76 gianlucam76 merged commit d81667c into projectsveltos:main Aug 18, 2024
6 checks passed
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