Skip to content

Commit

Permalink
Clarify description of ISTIO_DELTA_XDS env variable in pilot-discover…
Browse files Browse the repository at this point in the history
…y docs (istio#53754)
  • Loading branch information
ericdbishop authored Nov 1, 2024
1 parent e3477bc commit 8f72eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pilot/pkg/features/experimental.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ var (
"If this is set to true, istiod will create and manage its default GatewayClasses").Get()

DeltaXds = env.Register("ISTIO_DELTA_XDS", true,
"If enabled, pilot will only send the delta configs as opposed to the state of the world on a "+
"Resource Request. This feature uses the delta xds api, but does not currently send the actual deltas.").Get()
"If enabled, pilot will only send the delta configs as opposed to the state of the world configuration on a Resource Request. "+
"While this feature uses the delta xds api, it may still occasionally send unchanged configurations instead of just the actual deltas.").Get()

EnableQUICListeners = env.Register("PILOT_ENABLE_QUIC_LISTENERS", false,
"If true, QUIC listeners will be generated wherever there are listeners terminating TLS on gateways "+
Expand Down

0 comments on commit 8f72eb5

Please sign in to comment.