From 9ff01789b651f1527cb2d0e68a90fcdd11c2eeae Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 15 Apr 2025 22:16:22 -0400 Subject: [PATCH] Automator: update istio.io@ reference docs (#16413) --- .../docs/reference/commands/install-cni/index.html | 12 ++++++++++++ .../en/docs/reference/commands/istioctl/index.html | 12 ++++++++++++ .../docs/reference/commands/pilot-agent/index.html | 12 ++++++++++++ .../reference/commands/pilot-discovery/index.html | 12 ++++++++++++ .../docs/reference/commands/install-cni/index.html | 12 ++++++++++++ .../zh/docs/reference/commands/istioctl/index.html | 12 ++++++++++++ .../docs/reference/commands/pilot-agent/index.html | 12 ++++++++++++ .../reference/commands/pilot-discovery/index.html | 12 ++++++++++++ 8 files changed, 96 insertions(+) diff --git a/content/en/docs/reference/commands/install-cni/index.html b/content/en/docs/reference/commands/install-cni/index.html index 866b69456d..f87de937f3 100644 --- a/content/en/docs/reference/commands/install-cni/index.html +++ b/content/en/docs/reference/commands/install-cni/index.html @@ -590,6 +590,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -894,6 +900,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected Fallback value for log level in CNI config file, if not specified in helm template +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 47bc132007..965bf30fce 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -7973,6 +7973,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -8349,6 +8355,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index 42171a9df5..6ab057aa38 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -861,6 +861,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -1303,6 +1309,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 6cd8a90443..7c9b9d93e2 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -524,6 +524,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -882,6 +888,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MAX_WORKLOAD_CERT_TTL Time Duration 2160h0m0s diff --git a/content/zh/docs/reference/commands/install-cni/index.html b/content/zh/docs/reference/commands/install-cni/index.html index 866b69456d..f87de937f3 100644 --- a/content/zh/docs/reference/commands/install-cni/index.html +++ b/content/zh/docs/reference/commands/install-cni/index.html @@ -590,6 +590,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -894,6 +900,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected Fallback value for log level in CNI config file, if not specified in helm template +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index 47bc132007..965bf30fce 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -7973,6 +7973,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -8349,6 +8355,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/zh/docs/reference/commands/pilot-agent/index.html b/content/zh/docs/reference/commands/pilot-agent/index.html index 42171a9df5..6ab057aa38 100644 --- a/content/zh/docs/reference/commands/pilot-agent/index.html +++ b/content/zh/docs/reference/commands/pilot-agent/index.html @@ -861,6 +861,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -1303,6 +1309,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/zh/docs/reference/commands/pilot-discovery/index.html b/content/zh/docs/reference/commands/pilot-discovery/index.html index 6cd8a90443..7c9b9d93e2 100644 --- a/content/zh/docs/reference/commands/pilot-discovery/index.html +++ b/content/zh/docs/reference/commands/pilot-discovery/index.html @@ -524,6 +524,12 @@ https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ssl#fip If this is set to false, will not create CA server in istiod. +ENABLE_CLUSTER_TRUST_BUNDLE_API +Boolean +false +If enabled, uses the ClusterTrustBundle API instead of ConfigMaps to store the root certificate in the cluster. + + ENABLE_DEBUG_ON_HTTP Boolean true @@ -882,6 +888,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected If enabled, the cluster secret watcher will watch the namespace of the external cluster instead of config cluster +MAX_CONNECTIONS_PER_SOCKET_EVENT_LOOP +Integer +1 +The maximum number of connections to accept from the kernel per socket event. Set this to '0' to accept unlimited connections. + + MAX_WORKLOAD_CERT_TTL Time Duration 2160h0m0s