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(admision) Add healthz handler and route (/healthz) for admission webhooks #483

Merged
merged 4 commits into from
May 4, 2023

Conversation

yalosev
Copy link
Contributor

@yalosev yalosev commented May 4, 2023

Overview

Dedicate /healthz route for admission and conversion webhooks

What this PR does / why we need it

Without this route we can do only tcpCheck which will fail on the TCP Handshake.
We want to check service liveness gracefully with extra logs

Special notes for your reviewer

@yalosev yalosev added the go Pull requests that update Go code label May 4, 2023
@yalosev yalosev added publish/image/dev Build and push dev image using PR number as docker tag publish/image/dev/amd64 Build and push dev image using PR number as docker tag labels May 4, 2023
@github-actions github-actions bot removed publish/image/dev/amd64 Build and push dev image using PR number as docker tag publish/image/dev Build and push dev image using PR number as docker tag labels May 4, 2023
@yalosev yalosev marked this pull request as ready for review May 4, 2023 10:20
@yalosev yalosev requested a review from nabokihms May 4, 2023 10:20
@yalosev yalosev merged commit 7cfd12f into main May 4, 2023
5 checks passed
@yalosev yalosev deleted the healthz-handler branch May 4, 2023 12:27
@yalosev yalosev changed the title Add healthz handler feat(admision) Add healthz handler and route (/healthz) for admission webhooks May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants