-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: consider node unhealthy when liveness status is not LIVE
Issue #22424 brought to light the fact that a load balancer using the /health endpoint would not consider draining nodes unhealthy, and would route requests to it. This is the first step to ensuring that load balancers do not route requests to draining nodes. Release note (bug fix): Health endpoint now returns a node as unhealthy when draining or decommissioning.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 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