-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Operator pod readiness probe to wait for webhook (#280)
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.
- Loading branch information
spilchen
authored
Oct 26, 2022
1 parent
a918c78
commit dc980b7
Showing
4 changed files
with
16 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: Fixed | ||
body: Operator pod readiness probe to wait for webhook | ||
time: 2022-10-26T14:19:19.398290964-03:00 | ||
custom: | ||
Issue: "280" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.