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(operator): add proper health checks #608

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

swiatekm
Copy link

Use dedicated controller-runtime facilities to create health and readiness checks for the webhook server.

Unfortunately it seems like this doesn't solve the webhook unavailability issue right after starting the operator. I've added an explicit 10 second wait to the E2E tests for now, we'll have to see if that's enough to fix the problem.

Use dedicated controller-runtime facilities to create health and
readiness checks for the webhook server.

Unfortunately it seems like this doesn't solve the webhook
unavailability issue right after starting the operator. I've added an
explicit 10 second wait to the E2E tests for now, we'll have to see if
that's enough to fix the problem.
@swiatekm swiatekm marked this pull request as ready for review October 26, 2023 13:21
@swiatekm swiatekm requested a review from a team as a code owner October 26, 2023 13:21
@swiatekm swiatekm merged commit 9dda19c into main Oct 26, 2023
7 checks passed
@swiatekm swiatekm deleted the feat/add-health-readiness-checks branch October 26, 2023 13:42
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