envoyproxy/gateway

Use ConfigMap to Manage Bootstrap Config

Open

#210 opened on Aug 20, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (802 forks)auto 404
help wantedkind/enhancementprovider/kubernetes

Repository metrics

Stars
 (2,871 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/envoyproxy/gateway/pull/206 addes bootstrap config support through the config-yaml arg. Args have a 4k size limit that may cause EG to fail at start-up in the future. Refactor bootstrap config management to use a configmap.

Contributor guide