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

Operator pod readiness probe to wait for webhook #280

Merged
merged 1 commit into from
Oct 26, 2022

Commits on Oct 26, 2022

  1. Operator pod readiness probe to wait for webhook

    The controller-runtime added a health check that will return only when the
    webhook is up. However, it isn't enabled by default. Instead we just use
    the normal 'ping' checking, which returns as soon as the pod is running.
    This commit is to change the readiness probe to use the one in
    controller-runtime that waits for the webhook.
    
    As part of this, I removed the manual webhook check that we use for the
    e2e tests.
    Matt Spilchen committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6b068d7 View commit details
    Browse the repository at this point in the history