-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add Database and ObjectStorage Health Checks #133
Add Database and ObjectStorage Health Checks #133
Conversation
3ec6a98
to
6992e9b
Compare
10478fe
to
b4fba5b
Compare
ec253e2
to
dc4c2ab
Compare
- Delays deploying DSPA Manifests until DB and ObjStore Connections are healthy - Introduces status condition of "ComponentDeploymentNotFound" for Required Components with missing Deployments
- Useful for local testing and debugging
dc4c2ab
to
0563af3
Compare
- specifying Spec.Database.DsiableHealthCheck but not externalDB/mariaDB leads to an issue where the DSPO does not recognize the need for a default DB deployment. This handles that case by including it in the default-deploy behavior
functionality wise this lgtm, just a few minor changes above |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amadhusu, rimolive The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #149
Description
How Has This Been Tested?
Notes to reviewer:
In it's current state, this makes 'local' runs of the DSPO difficult/impossible, as the Object Store host references internal Services which are not available on an external-running DSPODo we want to add an override mechanism here?spec.database.disableHealthCheck
field and funtionality was added to the DSPA CRD to enable local runsMerge criteria: