Closed Aluxima closed 3 years ago
Ci is currently failing running make test
with error:
go: error loading module requirements
can you make sure the go mod is all up to date for your changes
I think this generally looks good to me, correct me if I'm wrong, but this should have no changes to functionality apart from the fact we're now using the V3 API so you'll need to change how you configure your Envoy nodes to talk to this?
Thank you, I was working with go 1.17 so I also updated the module and the CI to use this version - working as expected.
You're right, the Envoy V3 update should bring no change to yggdrasil's features. You'll need to use 1.14+ Envoy nodes (tested up to 1.19) and change their configuration syntax like I did in the docs.
52
Hi, we got Yggdrasil working with Envoy 1.19 in our dev environment.