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
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/references/parameters.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ type:: boolean
218
218
default:: `false`
219
219
220
220
This parameter allows users to set all the configurations necessary to enable the egress gateway policy feature through a single parameter.
221
+
221
222
The parameter sets the following Helm values:
222
223
223
224
[source,yaml]
@@ -232,6 +233,9 @@ l7Proxy: false
232
233
Notably, the L7 proxy feature is disabled by default when egress gateway policies are enabled.
233
234
This is recommended by the Cilium documentation, see also https://docs.cilium.io/en/v1.13/network/egress-gateway/#incompatibility-with-other-features[the upstream documentation].
234
235
236
+
For Cilium EE, the component uses Helm value `egressGateway.enabled` for Helm value `enterprise.egressGatewayHA.enabled` by default.
237
+
It's possible to override this by explicitly setting `egressGateway.enabled=false` and `enterprise.egressGatewayHA.enabled=true` in the component's `cilium_helm_values`.
0 commit comments