You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#10458 removes the existing usage of Settings and replaces it with a simple environment variable based solution.
We need to decide the long-term solution for global settings config:
is it captured in a CRD?
does it dynamically reload the control plane on change?
is it actually needed?
Additionally, for the current env var solution, the current flags (as of the linked PR) do not need to be global now that we have truly per-Gateway translation. These flags can be theoretically moved to e.g. GatewayParams so we should analyze that feasibility.
The text was updated successfully, but these errors were encountered:
#10458 removes the existing usage of
Settings
and replaces it with a simple environment variable based solution.We need to decide the long-term solution for global settings config:
Additionally, for the current env var solution, the current flags (as of the linked PR) do not need to be global now that we have truly per-Gateway translation. These flags can be theoretically moved to e.g.
GatewayParams
so we should analyze that feasibility.The text was updated successfully, but these errors were encountered: