diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index a2593f767d..d0f66829cf 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -4900,6 +4900,11 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.12/i number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) + +--watchedNamespaces <string> + +The namespaces the operator controller watches, could be namespace list separated by comma, eg. 'ns1,ns2' (default `istio-system`) +

istioctl operator init

diff --git a/content/en/docs/reference/config/networking/gateway/index.html b/content/en/docs/reference/config/networking/gateway/index.html index 66c0ec2b9b..f8922e2750 100644 --- a/content/en/docs/reference/config/networking/gateway/index.html +++ b/content/en/docs/reference/config/networking/gateway/index.html @@ -934,10 +934,7 @@ value. This server is typically used to provide connectivity between services in disparate L3 networks that otherwise do not have direct connectivity between their respective endpoints. Use of this mode assumes that both the source and -the destination are using Istio mTLS to secure traffic. -In order for this mode to be enabled, the gateway deployment -must be configured with the ISTIO_META_ROUTER_MODE=sni-dnat -environment variable.

+the destination are using Istio mTLS to secure traffic.