From 8f72eb59ba19c6e9d3e87de2cef3a5c1ae682af1 Mon Sep 17 00:00:00 2001 From: Eric Bishop <60610299+ericdbishop@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:06:52 -0400 Subject: [PATCH] Clarify description of ISTIO_DELTA_XDS env variable in pilot-discovery docs (#53754) --- pilot/pkg/features/experimental.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pilot/pkg/features/experimental.go b/pilot/pkg/features/experimental.go index b09f3fac8efc..a79a8c157c02 100644 --- a/pilot/pkg/features/experimental.go +++ b/pilot/pkg/features/experimental.go @@ -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 "+