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

connect: rework how the service resolver subset OnlyPassing flag works #6173

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

rboyer
Copy link
Member

@rboyer rboyer commented Jul 18, 2019

The main change is that we no longer filter service instances by health,
preferring instead to render all results down into EDS endpoints in
envoy and merely label the endpoints as HEALTHY or UNHEALTHY.

When OnlyPassing is set to true we will force consul checks in a
'warning' state to render as UNHEALTHY in envoy.

Fixes #6171

@rboyer rboyer added the theme/connect Anything related to Consul Connect, Service Mesh, Side Car Proxies label Jul 18, 2019
@rboyer rboyer added this to the 1.6.0-beta3 milestone Jul 18, 2019
@rboyer rboyer requested a review from a team July 18, 2019 20:16
@rboyer rboyer self-assigned this Jul 18, 2019
Copy link
Member

@banks banks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

agent/xds/endpoints.go Outdated Show resolved Hide resolved
The main change is that we no longer filter service instances by health,
preferring instead to render all results down into EDS endpoints in
envoy and merely label the endpoints as HEALTHY or UNHEALTHY.

When OnlyPassing is set to true we will force consul checks in a
'warning' state to render as UNHEALTHY in envoy.

Fixes #6171
@rboyer rboyer changed the base branch from cfg-entry-tests to release/1-6 July 24, 2019 01:09
@rboyer rboyer merged commit e039dfd into release/1-6 Jul 24, 2019
@rboyer rboyer deleted the only-passing-rework branch July 24, 2019 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/connect Anything related to Consul Connect, Service Mesh, Side Car Proxies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants