diff --git a/content/en/docs/reference/commands/install-cni/index.html b/content/en/docs/reference/commands/install-cni/index.html index 1a32535e19..5ed6619cf2 100644 --- a/content/en/docs/reference/commands/install-cni/index.html +++ b/content/en/docs/reference/commands/install-cni/index.html @@ -1008,6 +1008,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 83eb413af9..21443f39f0 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -330,13 +330,18 @@ https://istio.io/v1.25/docs/reference/config/analysis

The severity level of analysis at which to display messages. Valid values: [Info Warning Error] (default `Info`) +--recursive +-R +[Removed: The recursive flag has been removed and is hardcoded to true] Process directory arguments recursively. + + --remote-contexts <stringArray> Kubernetes configuration contexts for remote clusters to be used in multi-cluster analysis. Not to be confused with '--context'. If unspecified, contexts are read from the remote secrets in the cluster. (default `[]`) --revision <string> - +-r analyze a specific revision deployed. (default `default`) @@ -8315,6 +8320,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index a11ec91c18..43ef199b37 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -1491,6 +1491,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index de63b16677..8a15514188 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -984,6 +984,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/en/docs/reference/config/labels/index.html b/content/en/docs/reference/config/labels/index.html index d631d19bc2..9574edca3c 100644 --- a/content/en/docs/reference/config/labels/index.html +++ b/content/en/docs/reference/config/labels/index.html @@ -146,7 +146,7 @@ The waypoint is assumed to be in the same namespace; for cross-namespace, see When set or a Pod or a Service, this binds that specific resource to the waypoint. When set on a Namespace, this applies to all Pod/Service in the namespace.

-

Note: the waypoint must allow the type, see stio.io/waypoint-for.

+

Note: the waypoint must allow the type, see istio.io/waypoint-for.

diff --git a/content/zh/docs/reference/commands/install-cni/index.html b/content/zh/docs/reference/commands/install-cni/index.html index 1a32535e19..5ed6619cf2 100644 --- a/content/zh/docs/reference/commands/install-cni/index.html +++ b/content/zh/docs/reference/commands/install-cni/index.html @@ -1008,6 +1008,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index 83eb413af9..21443f39f0 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -330,13 +330,18 @@ https://istio.io/v1.25/docs/reference/config/analysis

The severity level of analysis at which to display messages. Valid values: [Info Warning Error] (default `Info`) +--recursive +-R +[Removed: The recursive flag has been removed and is hardcoded to true] Process directory arguments recursively. + + --remote-contexts <stringArray> Kubernetes configuration contexts for remote clusters to be used in multi-cluster analysis. Not to be confused with '--context'. If unspecified, contexts are read from the remote secrets in the cluster. (default `[]`) --revision <string> - +-r analyze a specific revision deployed. (default `default`) @@ -8315,6 +8320,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/zh/docs/reference/commands/pilot-agent/index.html b/content/zh/docs/reference/commands/pilot-agent/index.html index a11ec91c18..43ef199b37 100644 --- a/content/zh/docs/reference/commands/pilot-agent/index.html +++ b/content/zh/docs/reference/commands/pilot-agent/index.html @@ -1491,6 +1491,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/zh/docs/reference/commands/pilot-discovery/index.html b/content/zh/docs/reference/commands/pilot-discovery/index.html index de63b16677..8a15514188 100644 --- a/content/zh/docs/reference/commands/pilot-discovery/index.html +++ b/content/zh/docs/reference/commands/pilot-discovery/index.html @@ -984,6 +984,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If true, pilot will not put istio-peer-exchange ALPN into TLS handshake configuration. +PILOT_DNS_CARES_UDP_MAX_QUERIES +String +100 +Sets the `udp_max_queries` option in Envoy for the Cares DNS resolver. Defaults to 0, an unlimited number of queries. See `extensions.network.dns_resolver.cares.v3.CaresDnsResolverConfig` in https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/network/dns_resolver/cares/v3/cares_dns_resolver.proto and `ARES_OPT_UDP_MAX_QUERIES` in https://c-ares.org/docs/ares_init.html + + PILOT_DRAINING_LABEL String istio.io/draining diff --git a/content/zh/docs/reference/config/labels/index.html b/content/zh/docs/reference/config/labels/index.html index ef48c5310d..0c070c8de4 100644 --- a/content/zh/docs/reference/config/labels/index.html +++ b/content/zh/docs/reference/config/labels/index.html @@ -146,7 +146,7 @@ The waypoint is assumed to be in the same namespace; for cross-namespace, see When set or a Pod or a Service, this binds that specific resource to the waypoint. When set on a Namespace, this applies to all Pod/Service in the namespace.

-

Note: the waypoint must allow the type, see stio.io/waypoint-for.

+

Note: the waypoint must allow the type, see istio.io/waypoint-for.