-
Notifications
You must be signed in to change notification settings - Fork 92
Healthcheck fix #788
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
Healthcheck fix #788
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kfswain 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 |
✅ Deploy Preview for gateway-api-inference-extension ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/lgtm |
* Revert "fix: add required List() method to epp health server" This reverts commit a305927. * Revert "fix: add required List() method to bbr health server" This reverts commit 43da9fa. * Revert "fix: check for distinct gRPC services in epp health check" This reverts commit 2f72a8a. * Revert "fix: check for distinct gRPC services in bbr health check" This reverts commit 4bf03ad. * Revert "chore: update google.golang.org/grpc dep from v1.71.1 to v1.72.0" This reverts commit a6c3ede. * Revert "chore: add go's default main output binary to .gitignore" This reverts commit db30475. * go mod tidy output
* Revert "fix: add required List() method to epp health server" This reverts commit a305927. * Revert "fix: add required List() method to bbr health server" This reverts commit 43da9fa. * Revert "fix: check for distinct gRPC services in epp health check" This reverts commit 2f72a8a. * Revert "fix: check for distinct gRPC services in bbr health check" This reverts commit 4bf03ad. * Revert "chore: update google.golang.org/grpc dep from v1.71.1 to v1.72.0" This reverts commit a6c3ede. * Revert "chore: add go's default main output binary to .gitignore" This reverts commit db30475. * go mod tidy output
* Revert "fix: add required List() method to epp health server" This reverts commit a305927. * Revert "fix: add required List() method to bbr health server" This reverts commit 43da9fa. * Revert "fix: check for distinct gRPC services in epp health check" This reverts commit 2f72a8a. * Revert "fix: check for distinct gRPC services in bbr health check" This reverts commit 4bf03ad. * Revert "chore: update google.golang.org/grpc dep from v1.71.1 to v1.72.0" This reverts commit a6c3ede. * Revert "chore: add go's default main output binary to .gitignore" This reverts commit db30475. * go mod tidy output
This is a reversion of #777 which
Fixes: #786
Validated that main had the issue seen in #786, and this rollback fixes that issue