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

(feat) Set connection status in SveltosCluster #342

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

gianlucam76
Copy link
Member

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.

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.
@gianlucam76 gianlucam76 merged commit c2e7e25 into projectsveltos:dev Aug 5, 2024
2 checks passed
@gianlucam76 gianlucam76 deleted the down branch August 5, 2024 11: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