Consider removing static "base" Runtime layer from bootstrap #5845
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
At the moment we also use this helper from
internal/envoy/v3
to build up the bootstrap config base RTDS layer:contour/internal/envoy/v3/bootstrap.go
Line 169 in f52ad06
We may be able to get rid of that static bootstrap runtime layer since it was introduced in #4379 and just serve dynamic layers instead (added in #4387) which would mean we can refactor and consolidate a bit.
Originally posted by @sunjayBhatia in #5827 (comment)
The text was updated successfully, but these errors were encountered: