generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add health gRPC server and refactor main() for better lifecycle manag…
…ement - Introduced a health gRPC server to handle liveness and readiness probes. - Refactored main() to manage server goroutines using sync.WaitGroup. - Added graceful shutdown for servers and controller manager. - Improved logging consistency and ensured datastore readiness checks. Signed-off-by: Daneyon Hansen <[email protected]>
- Loading branch information
Showing
4 changed files
with
272 additions
and
56 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
Oops, something went wrong.