Skip to content
#

envoy

Here are 316 public repositories matching this topic...

sunjayBhatia
sunjayBhatia commented Oct 5, 2021

See release notes for Envoy 1.20.0: https://www.envoyproxy.io/docs/envoy/v1.20.0/version_history/current

http: the HeaderMatcher fields exact_match, safe_regex_match, prefix_match, suffix_match and contains_match are deprecated by string_match.

The wrinkle here is that string_match was added in Envoy 1.20.0 and does not exist in 1.19.x so we cannot use this field as soon as we

kuma
meshery
hexxdump
hexxdump commented Oct 13, 2021

Current State

While installing mesheryctl using bash installation script, we can choose which adapter to be loaded.
This is done by passing ADAPTERS environment variable to meshery bash script
Refer: layer5io/service-mesh-labs#9
For e.g. curl -L https://git.io/meshery | ADAPTERS=consul PLATFORM=kubernetes bash - installs mesheryctl and starts meshery server

alexbrand
alexbrand commented Aug 23, 2018

Use heptio/workgroup to improve handling of the multiple goroutines that are spawned in each of the discoverers. This will also help us to bubble up errors to main, and handle them appropriately.

An example of this is #224. We wanted to handle the case where re-auth failed 3 times, but there was no good way of bubbling up the error to main.go. We could make reconciler.Run return an error to bub

layer5

Improve this page

Add a description, image, and links to the envoy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the envoy topic, visit your repo's landing page and select "manage topics."

Learn more