envoyproxy/envoy

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

Open

#3,310 创建于 2018年5月8日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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.

贡献者指南