envoyproxy/envoy

Create script that uses /config_dump to create a static Envoy config

Open

#3.310 geöffnet am 8. Mai 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

Related to https://github.com/envoyproxy/envoy/issues/2421.

Once /config_dump is created, we should be able to create a script that dumps the current configuration and creates a static config that is similar to the dynamic config. This will involve converting dynamic listeners to static, dynamic clusters to static, EDS clusters, to static, etc.

Contributor Guide