Skip to content

Commit

Permalink
small wording
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Jan 3, 2025
1 parent 0082053 commit 183a334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/healthcheck_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
// HealthCheck configuration to decide which endpoints
// are healthy and can be used for routing.
//
// Please note that Envoy load balancer may behave differently when lots of endpoints are unhealthy because of the "panic mode".
// When the percentage of unhealthy endpoints exceeds 50%, Envoy will disregard health status and balance across all endpoints.
// Note: Once the overall health of the backendRef drops below 50% (e.g. a backendRef having 10 endpoints
// with more than 5 unhealthy endpoints), Envoy will disregard health status and balance across all endpoints.
// This is called "panic mode". It's designed to prevent a situation in which host failures cascade throughout the cluster
// as load increases.
type HealthCheck struct {
Expand Down

0 comments on commit 183a334

Please sign in to comment.