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(custom healthchecks): add healthchecks for Gloo resources #11379

Merged

Conversation

zelig81
Copy link
Contributor

@zelig81 zelig81 commented Nov 20, 2022

Signed-off-by: Ilya Gorban zelig81@users.noreply.github.com

Added health checks for almost all Gloo resources.

Since Gloo uses the same status indication on all resources, the health checks are the same, the only difference is in apiVersion and kind of the test objects. There are few of the resources (less than 20), so I generated them manually (to easy generation)

I took as an example this PR

@codecov
Copy link

codecov bot commented Nov 20, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.80%. Comparing base (ae028c2) to head (cc40746).
Report is 429 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11379      +/-   ##
==========================================
- Coverage   55.81%   55.80%   -0.02%     
==========================================
  Files         320      320              
  Lines       44396    44396              
==========================================
- Hits        24781    24776       -5     
- Misses      17050    17057       +7     
+ Partials     2565     2563       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zelig81 zelig81 force-pushed the feat/add-gloo-custom-healthchecks branch from ef0515c to 3b46aa1 Compare January 11, 2023 07:28
Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>
Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>
Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>
@zelig81 zelig81 force-pushed the feat/add-gloo-custom-healthchecks branch from 3b46aa1 to 0390604 Compare January 11, 2023 08:42
@crenshaw-dev crenshaw-dev requested a review from a team as a code owner September 18, 2024 18:03
@crenshaw-dev crenshaw-dev enabled auto-merge (squash) September 18, 2024 18:31
@crenshaw-dev crenshaw-dev merged commit 2a199bc into argoproj:master Sep 18, 2024
25 of 27 checks passed
adriananeci pushed a commit to adriananeci/argo-cd that referenced this pull request Dec 4, 2024
* feat(custom healthchecks): add healthchecks for Gloo resources

Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>

* fix(gloo custom healthchecks): fix healthcheck and add older cases

Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>

* feat(custom healthchecks): fix tabulation in Gloo resources lua files

Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>

---------

Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com>
Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
Signed-off-by: Adrian Aneci <aneci@adobe.com>
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.

2 participants