envoyproxy/envoy

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

Open

#3 310 ouverte le 8 mai 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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.

Guide contributeur