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

Update Envoy examples to V3 API? #218

Open
dfeldman opened this issue Apr 19, 2021 · 2 comments
Open

Update Envoy examples to V3 API? #218

dfeldman opened this issue Apr 19, 2021 · 2 comments

Comments

@dfeldman
Copy link
Member

All our Envoy examples use the config file format "V2," which was discontinued at the end of 2020. New Envoy versions (1.17 and 1.18) support it through a backward compatibility mode that is not very reliable and will go away in the future. Should we update these? The disadvantage is that users currently on 1.13 would no longer have a configuration reference.

@rturner3
Copy link

It seems like it would be helpful to include references for both the v2 and v3 Envoy config formats. Perhaps each set of config examples (v2 and v3) could indicate the corresponding versions of Envoy they are compatible with?

@dfeldman
Copy link
Member Author

I did some personal notes on Envoy configuration here: https://github.com/dfeldman/envoy-notes/blob/main/envoy_configuration.md . They are definitely not polished enough to be official documentation but may be helpful.

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

No branches or pull requests

2 participants