-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forcing eventlistener sink to resolve eventlistener
This means that the sink HTTP process (and readiness probe) will not pass until the EventListenerLister is able to resolve the EventListener from the API server. This is especially useful in startup cases, but can also assist if the pod is started without permission to read the EventListener object. In this situation, given this change, the eventlistener pod will restart with a logged error message about lack of access to that specific API resource.
- Loading branch information
jmcshane
committed
Mar 5, 2021
1 parent
6654c3d
commit 4401def
Showing
3 changed files
with
88 additions
and
0 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
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