-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Regarding envoy api dependency compatibility problem #28963
Comments
udpa is (gradually) being renamed to xds - check the xds dep here https://www.envoyproxy.io/docs/envoy/v1.26.1/intro/arch_overview/security/external_deps#external-dependencies-api |
Thanks for your help for udpa.
|
|
Thanks for your suggestion. |
Is there anyway to compile all the dependencies at once and generating *.cc and *.h file? Please ping me that steps so that we can get in simple way? |
It depends on what build system you are using. The https://grpc.io/docs/languages/cpp/basics/ explains how to use CMake. If you use bazel you can use build macros that Envoy is using, check out how https://github.com/envoyproxy/nighthawk for example. |
Thanks for your help envoy/data/tap/v2alpha/wrapper.pb.cc:93:6: error: ‘::descriptor_table_udpa_2fannotations_2fstatus_2eproto’ has not been declared I have just generated these files so I can't declare these structures so please help me how can I resolve this error |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
We have upgraded envoy 1.17.4 to envoy 1.26.1. I have made below corresponding api dependency and it's version. But we are not able to find envoy api dependency in envoy 1.26.1 corresponding udpa.
I have collected this table data from the below link
https://www.envoyproxy.io/docs/envoy/v1.26.1/intro/arch_overview/security/external_deps
https://www.envoyproxy.io/docs/envoy/v1.17.4/intro/arch_overview/security/external_deps
Please let us know what is the corresponding udpa api for envoy 1.26.1
The text was updated successfully, but these errors were encountered: