You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Envoy versions in these three files need to be compatible:
Golang Envoy API headers in go.mod file
Istio proxy version that our custom image builds off of.
So the older version of Envoy in the go.mod file is the one that Istio loads. It's necessary to use this version so that the StreamFilter API that is implemented by our Golang filter, and the resulting .so file, can be loaded and executed by the Envoy proxy inside Istio. Otherwise we get linker and runtime errors.
The text was updated successfully, but these errors were encountered:
The Envoy versions in these three files need to be compatible:
So the older version of Envoy in the go.mod file is the one that Istio loads. It's necessary to use this version so that the StreamFilter API that is implemented by our Golang filter, and the resulting .so file, can be loaded and executed by the Envoy proxy inside Istio. Otherwise we get linker and runtime errors.
The text was updated successfully, but these errors were encountered: