From 049417fbe189494277dd60e3f8bd4371ef92464e Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Thu, 18 Aug 2022 07:41:52 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#11716) --- content/en/docs/reference/commands/install-cni/index.html | 8 +++++++- content/en/docs/reference/commands/istioctl/index.html | 8 +++++++- content/en/docs/reference/commands/operator/index.html | 8 +++++++- content/en/docs/reference/commands/pilot-agent/index.html | 8 +++++++- .../en/docs/reference/commands/pilot-discovery/index.html | 8 +++++++- content/zh/docs/reference/commands/install-cni/index.html | 8 +++++++- content/zh/docs/reference/commands/istioctl/index.html | 8 +++++++- content/zh/docs/reference/commands/operator/index.html | 8 +++++++- content/zh/docs/reference/commands/pilot-agent/index.html | 8 +++++++- .../zh/docs/reference/commands/pilot-discovery/index.html | 8 +++++++- 10 files changed, 70 insertions(+), 10 deletions(-) diff --git a/content/en/docs/reference/commands/install-cni/index.html b/content/en/docs/reference/commands/install-cni/index.html index b34252a486..2137b006b1 100644 --- a/content/en/docs/reference/commands/install-cni/index.html +++ b/content/en/docs/reference/commands/install-cni/index.html @@ -801,7 +801,7 @@ These environment variables affect the behavior of the install-cni ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -1396,6 +1396,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SKIP_CNI_BINARIES String diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index cead365002..86f6224b97 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -7310,7 +7310,7 @@ These environment variables affect the behavior of the istioctl com ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -7805,6 +7805,12 @@ These environment variables affect the behavior of the istioctl com Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index 9bb3791537..c604365ec7 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -488,7 +488,7 @@ These environment variables affect the behavior of the operator com ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -983,6 +983,12 @@ These environment variables affect the behavior of the operator com Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index f17547366d..3c4b402b3b 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -1310,7 +1310,7 @@ These environment variables affect the behavior of the pilot-agent ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -1923,6 +1923,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 59cecf51a4..ed4cae5465 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -668,7 +668,7 @@ These environment variables affect the behavior of the pilot-discoveryISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -1205,6 +1205,12 @@ These environment variables affect the behavior of the pilot-discoveryAdditional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/zh/docs/reference/commands/install-cni/index.html b/content/zh/docs/reference/commands/install-cni/index.html index b34252a486..2137b006b1 100644 --- a/content/zh/docs/reference/commands/install-cni/index.html +++ b/content/zh/docs/reference/commands/install-cni/index.html @@ -801,7 +801,7 @@ These environment variables affect the behavior of the install-cni ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -1396,6 +1396,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SKIP_CNI_BINARIES String diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index cead365002..86f6224b97 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -7310,7 +7310,7 @@ These environment variables affect the behavior of the istioctl com ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -7805,6 +7805,12 @@ These environment variables affect the behavior of the istioctl com Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/zh/docs/reference/commands/operator/index.html b/content/zh/docs/reference/commands/operator/index.html index 9bb3791537..c604365ec7 100644 --- a/content/zh/docs/reference/commands/operator/index.html +++ b/content/zh/docs/reference/commands/operator/index.html @@ -488,7 +488,7 @@ These environment variables affect the behavior of the operator com ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -983,6 +983,12 @@ These environment variables affect the behavior of the operator com Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/zh/docs/reference/commands/pilot-agent/index.html b/content/zh/docs/reference/commands/pilot-agent/index.html index f17547366d..3c4b402b3b 100644 --- a/content/zh/docs/reference/commands/pilot-agent/index.html +++ b/content/zh/docs/reference/commands/pilot-agent/index.html @@ -1310,7 +1310,7 @@ These environment variables affect the behavior of the pilot-agent ISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -1923,6 +1923,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected Additional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String diff --git a/content/zh/docs/reference/commands/pilot-discovery/index.html b/content/zh/docs/reference/commands/pilot-discovery/index.html index 59cecf51a4..ed4cae5465 100644 --- a/content/zh/docs/reference/commands/pilot-discovery/index.html +++ b/content/zh/docs/reference/commands/pilot-discovery/index.html @@ -668,7 +668,7 @@ These environment variables affect the behavior of the pilot-discoveryISTIO_GATEWAY_STRIP_HOST_PORT Boolean false -If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. +If enabled, Gateway will remove any port from host/authority header before any processing of request by HTTP filters or routing. Deprecated: in Istio 1.15+ port is ignored in domain matching. ISTIO_GPRC_MAXRECVMSGSIZE @@ -1205,6 +1205,12 @@ These environment variables affect the behavior of the pilot-discoveryAdditional config map to load for shared MeshConfig settings. The standard mesh config will take precedence. +SIDECAR_IGNORE_PORT_IN_HOST_MATCH +Boolean +false +If enabled, port will not be used in vhost domain matches. + + SPIFFE_BUNDLE_ENDPOINTS String