-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: Adding more health checks for Keycloak, Postgres, Grafana, SolrCloud #20294
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Thanks for the PR! I see that some of the test resources YAMLs are hand-crafted. Would it be possible to use actual (redacted) CRs for each scenario? That'll improve test reliability and give us something to check against if/when health checks are modified to take more info into account. |
0313f95
to
9ff6475
Compare
Hi Michael, I rebased and then force-pushed actual/redacted CRs. |
Signed-off-by: Remo Zellmer <rze@vizrt.com>
9ff6475
to
f5b67a9
Compare
… GrafanaDatasource Signed-off-by: Remo Zellmer <rze@vizrt.com>
Signed-off-by: Remo Zellmer <rze@vizrt.com>
Signed-off-by: Remo Zellmer <rze@vizrt.com>
f5b67a9
to
85dbf24
Compare
Oops, forgot the GrafanaDatasource part 👼. force-pushed again. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20294 +/- ##
==========================================
- Coverage 55.95% 55.94% -0.01%
==========================================
Files 322 322
Lines 44714 44714
==========================================
- Hits 25021 25017 -4
- Misses 17101 17104 +3
- Partials 2592 2593 +1 ☔ View full report in Codecov by Sentry. |
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, thanks!
…na, SolrCloud (argoproj#20294) * feat(health): Add healtchcheck for acid.zalan.do/postgresql Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for k8s.keycloak.org/Keycloak Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for solr.apache.org/SolrCloud Signed-off-by: Remo Zellmer <rze@vizrt.com> --------- Signed-off-by: Remo Zellmer <rze@vizrt.com> Signed-off-by: alnoor <alihamzanoor99@gmail.com>
…na, SolrCloud (argoproj#20294) * feat(health): Add healtchcheck for acid.zalan.do/postgresql Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for k8s.keycloak.org/Keycloak Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for solr.apache.org/SolrCloud Signed-off-by: Remo Zellmer <rze@vizrt.com> --------- Signed-off-by: Remo Zellmer <rze@vizrt.com> Signed-off-by: austin5219 <3936059+austin5219@users.noreply.github.com>
…na, SolrCloud (argoproj#20294) * feat(health): Add healtchcheck for acid.zalan.do/postgresql Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for grafana.integreatly.org/Grafana and GrafanaDatasource Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for k8s.keycloak.org/Keycloak Signed-off-by: Remo Zellmer <rze@vizrt.com> * feat(health): Add healthcheck for solr.apache.org/SolrCloud Signed-off-by: Remo Zellmer <rze@vizrt.com> --------- Signed-off-by: Remo Zellmer <rze@vizrt.com> Signed-off-by: Adrian Aneci <aneci@adobe.com>
Summary:
Contributing with a few more custom health-checks that we needed for our setup.
Checklist: