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

Fix envoy dynamic forward proxy config #38

Merged
merged 2 commits into from
Aug 3, 2023
Merged

Fix envoy dynamic forward proxy config #38

merged 2 commits into from
Aug 3, 2023

Conversation

jackkleeman
Copy link
Contributor

The current config is not correctly load balancing over different endpoints. We rely on the feature merged in envoyproxy/envoy#26420; this should be in envoy 1.27, in the meantime we can use dev envoy.

Copy link
Contributor

@tillrohrmann tillrohrmann left a comment

Choose a reason for hiding this comment

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

LGTM. +1 for merging.

Have you tried these changes out @jackkleeman?

@@ -183,7 +183,8 @@ spec:
value: 127.0.0.1:10001
# ...
- name: envoy
image: envoyproxy/envoy:distroless-v1.26.1
# use a bleeding edge image until v1.17 is released
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
# use a bleeding edge image until v1.17 is released
# use a bleeding edge image until v1.27 is released

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe also add the link to the envoy issue which we are waiting on.

@jackkleeman
Copy link
Contributor Author

yes, its running in the kube cluster already

@tillrohrmann
Copy link
Contributor

Shall we merge this @jackkleeman?

The current config is not correctly load balancing over different endpoints. We rely on the feature merged in envoyproxy/envoy#26420; this should be in envoy 1.27, in the meantime we can use dev envoy.
@netlify
Copy link

netlify bot commented Aug 3, 2023

Deploy Preview for docsrestatedev ready!

Name Link
🔨 Latest commit 9dd4695
🔍 Latest deploy log https://app.netlify.com/sites/docsrestatedev/deploys/64cba681b7cb570009367a4a
😎 Deploy Preview https://deploy-preview-38--docsrestatedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jackkleeman jackkleeman deleted the fix-envoy-dfp branch August 3, 2023 13:07
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