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
// do health check with healthz endpoint in two cases:
440
+
// 1. StatusInternalServerError(500): When the server is configured with --shutdown-delay-duration, /readyz returns failure but /healthz still serves success
441
+
// 2. StatusNotFound(404): When the readyz endpoint is not installed in member cluster
0 commit comments