You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
cli/verifier: add control plane health probe checks (#4751)
- Adds HTTP and HTTPS liveness probe checks to control
plane health verification command
- Moves unnecessary constants pkg in the generic
httpserver directory and consolidates those
into the constants pkg
- Fixes a bug in the existing proxy_get port-forwarding
code used by the verifier, where a connection leak
exists due to not closing the response
- Hides the probe implementation behind an interface
so that the verifier can be unit tested without
needing to hack the port-forwarding dependency
- Consolidates /healthz constants for webhooks
Part of #4634
Signed-off-by: Shashank Ram <[email protected]>
0 commit comments