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

Use static clusters instead of EDS #47

Open
wants to merge 1 commit into
base: teleport
Choose a base branch
from

Conversation

dboslee
Copy link

@dboslee dboslee commented Mar 19, 2024

It appears that when a cluster is updated without a following endpoint update a cluster can lose its endpoint configuration.

I attempted to update endpoints on each cluster change to prevent this but it was still possible for the cluster update to happen after the endpoint update.

This seems related to envoyproxy/envoy#13009

By using static clusters the endpoints are included in the cluster update. In testing this appears to resolve the issue where endpoints disappear since we no longer rely on EDS.

It appears that when a cluster is updated without a following endpoint
update a cluster can lose its endpoint configuration.

I attempted to update endpoints on each cluster change to prevent
this but it was still possible for the cluster update to happen after
the endpoint update.

This appears related to envoyproxy/envoy#13009

By using static clusters the endpoints are included in the cluster update.
In testing this appears to resolve the issue where endpoints disappear
since we no longer rely on EDS.
@sclevine
Copy link
Member

sclevine commented Mar 19, 2024

Missing test changes? 🙂

Also, should we open an upstream issue? Even if it's already know, seems like a bug report could be useful data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants