From ba0cc509c79f6e73ccd1f8d254216ba84843c75d Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 3 Oct 2023 19:16:35 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#13968) --- .../reference/commands/install-cni/index.html | 6 +++++ .../reference/commands/istioctl/index.html | 6 +++++ .../reference/commands/operator/index.html | 6 +++++ .../reference/commands/pilot-agent/index.html | 6 +++++ .../commands/pilot-discovery/index.html | 6 +++++ .../config/istio.mesh.v1alpha1/index.html | 9 +++---- .../config/istio.operator.v1alpha1/index.html | 21 ++++++---------- .../meta/v1beta1/istio-status/index.html | 25 ++++++------------- .../reference/commands/install-cni/index.html | 6 +++++ .../reference/commands/istioctl/index.html | 6 +++++ .../reference/commands/operator/index.html | 6 +++++ .../reference/commands/pilot-agent/index.html | 6 +++++ .../commands/pilot-discovery/index.html | 6 +++++ .../config/istio.mesh.v1alpha1/index.html | 9 +++---- .../config/istio.operator.v1alpha1/index.html | 21 ++++++---------- .../meta/v1beta1/istio-status/index.html | 25 ++++++------------- 16 files changed, 94 insertions(+), 76 deletions(-) diff --git a/content/en/docs/reference/commands/install-cni/index.html b/content/en/docs/reference/commands/install-cni/index.html index 9e662241a2..b7c859113e 100644 --- a/content/en/docs/reference/commands/install-cni/index.html +++ b/content/en/docs/reference/commands/install-cni/index.html @@ -822,6 +822,12 @@ These environment variables affect the behavior of the install-cni If enabled, publishes metrics for queue depth, latency and processing times. +ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS +Boolean +false +If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters. + + ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index c6c18d8240..50bfc4603c 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -6820,6 +6820,12 @@ These environment variables affect the behavior of the istioctl com If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes +ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS +Boolean +false +If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters. + + ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index 5b88746417..2f9a33ee64 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -539,6 +539,12 @@ These environment variables affect the behavior of the operator com If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes +ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS +Boolean +false +If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters. + + ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index 8aceb437b5..07cb43cbac 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -1381,6 +1381,12 @@ These environment variables affect the behavior of the pilot-agent If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes +ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS +Boolean +false +If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters. + + ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index eb353db4a5..a08cb5327a 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -707,6 +707,12 @@ These environment variables affect the behavior of the pilot-discoveryIf enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes +ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS +Boolean +false +If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters. + + ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true diff --git a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html index dae5a988fd..cf0b35a960 100644 --- a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -2421,8 +2421,7 @@ No

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null -label selector matches no objects. -+structType=atomic

+label selector matches no objects.

@@ -2440,8 +2439,7 @@ label selector matches no objects.

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the -operator is “In”, and the values array contains only “value”. The requirements are ANDed. -+optional

+operator is “In”, and the values array contains only “value”. The requirements are ANDed.

@@ -2452,8 +2450,7 @@ No matchExpressions LabelSelectorRequirement[] -

matchExpressions is a list of label selector requirements. The requirements are ANDed. -+optional

+

matchExpressions is a list of label selector requirements. The requirements are ANDed.

diff --git a/content/en/docs/reference/config/istio.operator.v1alpha1/index.html b/content/en/docs/reference/config/istio.operator.v1alpha1/index.html index 44a7f02f14..62fdd49975 100644 --- a/content/en/docs/reference/config/istio.operator.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.operator.v1alpha1/index.html @@ -3937,8 +3937,7 @@ No bool

Mounted read-only if true, read-write otherwise (false or unspecified). -Defaults to false. -+optional

+Defaults to false.

@@ -3962,8 +3961,7 @@ No string

Path within the volume from which the container’s volume should be mounted. -Defaults to "" (volume’s root). -+optional

+Defaults to "" (volume’s root).

@@ -3977,8 +3975,7 @@ No

mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. -This field is beta in 1.10. -+optional

+This field is beta in 1.10.

@@ -3992,8 +3989,7 @@ No

Expanded path within the volume from which the container’s volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container’s environment. Defaults to "" (volume’s root). -SubPathExpr and SubPath are mutually exclusive. -+optional

+SubPathExpr and SubPath are mutually exclusive.

@@ -4007,8 +4003,7 @@ No

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null -label selector matches no objects. -+structType=atomic

+label selector matches no objects.

@@ -4026,8 +4021,7 @@ label selector matches no objects. + + + + + + diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index c6c18d8240..50bfc4603c 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -6820,6 +6820,12 @@ These environment variables affect the behavior of the istioctl com + + + + + + diff --git a/content/zh/docs/reference/commands/operator/index.html b/content/zh/docs/reference/commands/operator/index.html index 5b88746417..2f9a33ee64 100644 --- a/content/zh/docs/reference/commands/operator/index.html +++ b/content/zh/docs/reference/commands/operator/index.html @@ -539,6 +539,12 @@ These environment variables affect the behavior of the operator com + + + + + + diff --git a/content/zh/docs/reference/commands/pilot-agent/index.html b/content/zh/docs/reference/commands/pilot-agent/index.html index 8aceb437b5..07cb43cbac 100644 --- a/content/zh/docs/reference/commands/pilot-agent/index.html +++ b/content/zh/docs/reference/commands/pilot-agent/index.html @@ -1381,6 +1381,12 @@ These environment variables affect the behavior of the pilot-agent + + + + + + diff --git a/content/zh/docs/reference/commands/pilot-discovery/index.html b/content/zh/docs/reference/commands/pilot-discovery/index.html index eb353db4a5..a08cb5327a 100644 --- a/content/zh/docs/reference/commands/pilot-discovery/index.html +++ b/content/zh/docs/reference/commands/pilot-discovery/index.html @@ -707,6 +707,12 @@ These environment variables affect the behavior of the pilot-discoveryIf enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes + + + + + + diff --git a/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html b/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html index 6c79a0ee8a..23908c8609 100644 --- a/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/zh/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -2421,8 +2421,7 @@ No

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null -label selector matches no objects. -+structType=atomic

+label selector matches no objects.

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the -operator is “In”, and the values array contains only “value”. The requirements are ANDed. -+optional

+operator is “In”, and the values array contains only “value”. The requirements are ANDed.

@@ -4038,8 +4032,7 @@ No matchExpressions LabelSelectorRequirement[] -

matchExpressions is a list of label selector requirements. The requirements are ANDed. -+optional

+

matchExpressions is a list of label selector requirements. The requirements are ANDed.

diff --git a/content/en/docs/reference/config/meta/v1beta1/istio-status/index.html b/content/en/docs/reference/config/meta/v1beta1/istio-status/index.html index 58d2ab1c5f..4459c825ca 100644 --- a/content/en/docs/reference/config/meta/v1beta1/istio-status/index.html +++ b/content/en/docs/reference/config/meta/v1beta1/istio-status/index.html @@ -25,10 +25,7 @@ number_of_entries: 2 IstioCondition[]

Current service state of pod. -More info: https://istio.io/docs/reference/config/config-status/ -+optional -+patchMergeKey=type -+patchStrategy=merge

+More info: https://istio.io/docs/reference/config/config-status/

@@ -39,10 +36,7 @@ No validationMessages AnalysisMessageBase[] -

Includes any errors or warnings detected by Istio’s analyzers. -+optional -+patchMergeKey=type -+patchStrategy=merge

+

Includes any errors or warnings detected by Istio’s analyzers.

@@ -55,8 +49,7 @@ No

Resource Generation to which the Reconciled Condition refers. When this value is not equal to the object’s metadata generation, reconciled condition calculation for the current -generation is still in progress. See https://istio.io/latest/docs/reference/config/config-status/ for more info. -+optional

+generation is still in progress. See https://istio.io/latest/docs/reference/config/config-status/ for more info.

@@ -105,8 +98,7 @@ No lastProbeTime Timestamp -

Last time we probed the condition. -+optional

+

Last time we probed the condition.

@@ -117,8 +109,7 @@ No lastTransitionTime Timestamp -

Last time the condition transitioned from one status to another. -+optional

+

Last time the condition transitioned from one status to another.

@@ -129,8 +120,7 @@ No reason string -

Unique, one-word, CamelCase reason for the condition’s last transition. -+optional

+

Unique, one-word, CamelCase reason for the condition’s last transition.

@@ -141,8 +131,7 @@ No message string -

Human-readable message indicating details about last transition. -+optional

+

Human-readable message indicating details about last transition.

diff --git a/content/zh/docs/reference/commands/install-cni/index.html b/content/zh/docs/reference/commands/install-cni/index.html index 9e662241a2..b7c859113e 100644 --- a/content/zh/docs/reference/commands/install-cni/index.html +++ b/content/zh/docs/reference/commands/install-cni/index.html @@ -822,6 +822,12 @@ These environment variables affect the behavior of the install-cni If enabled, publishes metrics for queue depth, latency and processing times.
ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERSBooleanfalseIf true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.
ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean trueIf enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes
ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERSBooleanfalseIf true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.
ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean trueIf enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes
ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERSBooleanfalseIf true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.
ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes
ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERSBooleanfalseIf true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.
ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true
ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERSBooleanfalseIf true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.
ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH Boolean true
@@ -2440,8 +2439,7 @@ label selector matches no objects.

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the -operator is “In”, and the values array contains only “value”. The requirements are ANDed. -+optional

+operator is “In”, and the values array contains only “value”. The requirements are ANDed.

@@ -2452,8 +2450,7 @@ No matchExpressions LabelSelectorRequirement[] -

matchExpressions is a list of label selector requirements. The requirements are ANDed. -+optional

+

matchExpressions is a list of label selector requirements. The requirements are ANDed.

diff --git a/content/zh/docs/reference/config/istio.operator.v1alpha1/index.html b/content/zh/docs/reference/config/istio.operator.v1alpha1/index.html index 44a7f02f14..62fdd49975 100644 --- a/content/zh/docs/reference/config/istio.operator.v1alpha1/index.html +++ b/content/zh/docs/reference/config/istio.operator.v1alpha1/index.html @@ -3937,8 +3937,7 @@ No bool

Mounted read-only if true, read-write otherwise (false or unspecified). -Defaults to false. -+optional

+Defaults to false.

@@ -3962,8 +3961,7 @@ No string

Path within the volume from which the container’s volume should be mounted. -Defaults to "" (volume’s root). -+optional

+Defaults to "" (volume’s root).

@@ -3977,8 +3975,7 @@ No

mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. -This field is beta in 1.10. -+optional

+This field is beta in 1.10.

@@ -3992,8 +3989,7 @@ No

Expanded path within the volume from which the container’s volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container’s environment. Defaults to "" (volume’s root). -SubPathExpr and SubPath are mutually exclusive. -+optional

+SubPathExpr and SubPath are mutually exclusive.

@@ -4007,8 +4003,7 @@ No

A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null -label selector matches no objects. -+structType=atomic

+label selector matches no objects.

@@ -4026,8 +4021,7 @@ label selector matches no objects.

matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is “key”, the -operator is “In”, and the values array contains only “value”. The requirements are ANDed. -+optional

+operator is “In”, and the values array contains only “value”. The requirements are ANDed.

@@ -4038,8 +4032,7 @@ No matchExpressions LabelSelectorRequirement[] -

matchExpressions is a list of label selector requirements. The requirements are ANDed. -+optional

+

matchExpressions is a list of label selector requirements. The requirements are ANDed.

diff --git a/content/zh/docs/reference/config/meta/v1beta1/istio-status/index.html b/content/zh/docs/reference/config/meta/v1beta1/istio-status/index.html index a473d3f034..5503733e68 100644 --- a/content/zh/docs/reference/config/meta/v1beta1/istio-status/index.html +++ b/content/zh/docs/reference/config/meta/v1beta1/istio-status/index.html @@ -25,10 +25,7 @@ number_of_entries: 2 IstioCondition[]

Current service state of pod. -More info: https://istio.io/docs/reference/config/config-status/ -+optional -+patchMergeKey=type -+patchStrategy=merge

+More info: https://istio.io/docs/reference/config/config-status/

@@ -39,10 +36,7 @@ No validationMessages AnalysisMessageBase[] -

Includes any errors or warnings detected by Istio’s analyzers. -+optional -+patchMergeKey=type -+patchStrategy=merge

+

Includes any errors or warnings detected by Istio’s analyzers.

@@ -55,8 +49,7 @@ No

Resource Generation to which the Reconciled Condition refers. When this value is not equal to the object’s metadata generation, reconciled condition calculation for the current -generation is still in progress. See https://istio.io/latest/docs/reference/config/config-status/ for more info. -+optional

+generation is still in progress. See https://istio.io/latest/docs/reference/config/config-status/ for more info.

@@ -105,8 +98,7 @@ No lastProbeTime Timestamp -

Last time we probed the condition. -+optional

+

Last time we probed the condition.

@@ -117,8 +109,7 @@ No lastTransitionTime Timestamp -

Last time the condition transitioned from one status to another. -+optional

+

Last time the condition transitioned from one status to another.

@@ -129,8 +120,7 @@ No reason string -

Unique, one-word, CamelCase reason for the condition’s last transition. -+optional

+

Unique, one-word, CamelCase reason for the condition’s last transition.

@@ -141,8 +131,7 @@ No message string -

Human-readable message indicating details about last transition. -+optional

+

Human-readable message indicating details about last transition.