diff --git a/content/zh/docs/reference/commands/install-cni/index.html b/content/zh/docs/reference/commands/install-cni/index.html index 75b7386708..a3c6426318 100644 --- a/content/zh/docs/reference/commands/install-cni/index.html +++ b/content/zh/docs/reference/commands/install-cni/index.html @@ -854,6 +854,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected CA file for kubeconfig. Defaults to the same as install-cni pod +LABEL_CANONICAL_SERVICES_FOR_MESH_EXTERNAL_SERVICE_ENTRIES +Boolean +false +If enabled, metadata representing canonical services for ServiceEntry resources with a location of mesh_external will be populatedin the cluster metadata for those endpoints. + + LOG_LEVEL String warn diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index 4e6aed19ae..39cf360037 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -7237,6 +7237,12 @@ These environment variables affect the behavior of the istioctl com KNative revision, set if running in knative +LABEL_CANONICAL_SERVICES_FOR_MESH_EXTERNAL_SERVICE_ENTRIES +Boolean +false +If enabled, metadata representing canonical services for ServiceEntry resources with a location of mesh_external will be populatedin the cluster metadata for those endpoints. + + MCS_API_GROUP String multicluster.x-k8s.io diff --git a/content/zh/docs/reference/commands/operator/index.html b/content/zh/docs/reference/commands/operator/index.html index 2fb1c99ae9..56797d219c 100644 --- a/content/zh/docs/reference/commands/operator/index.html +++ b/content/zh/docs/reference/commands/operator/index.html @@ -519,6 +519,12 @@ These environment variables affect the behavior of the operator com KNative revision, set if running in knative +LABEL_CANONICAL_SERVICES_FOR_MESH_EXTERNAL_SERVICE_ENTRIES +Boolean +false +If enabled, metadata representing canonical services for ServiceEntry resources with a location of mesh_external will be populatedin the cluster metadata for those endpoints. + + 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 438730e183..40971f8a79 100644 --- a/content/zh/docs/reference/commands/pilot-agent/index.html +++ b/content/zh/docs/reference/commands/pilot-agent/index.html @@ -1376,6 +1376,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected KNative revision, set if running in knative +LABEL_CANONICAL_SERVICES_FOR_MESH_EXTERNAL_SERVICE_ENTRIES +Boolean +false +If enabled, metadata representing canonical services for ServiceEntry resources with a location of mesh_external will be populatedin the cluster metadata for those endpoints. + + 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 bb027d882a..63022ae9f4 100644 --- a/content/zh/docs/reference/commands/pilot-discovery/index.html +++ b/content/zh/docs/reference/commands/pilot-discovery/index.html @@ -325,11 +325,6 @@ to enable it. You can execute the following once:

File name for Istio mesh networks configuration. If not specified, a default mesh networks will be used. (default `./etc/istio/config/meshNetworks`) ---plugins <stringSlice> - -comma separated list of networking plugins to enable (default `[ext_authz,authn,authz]`) - - --profile Enable profiling via web interface host:port/debug/pprof @@ -722,6 +717,12 @@ These environment variables affect the behavior of the pilot-discoveryKNative revision, set if running in knative +LABEL_CANONICAL_SERVICES_FOR_MESH_EXTERNAL_SERVICE_ENTRIES +Boolean +false +If enabled, metadata representing canonical services for ServiceEntry resources with a location of mesh_external will be populatedin the cluster metadata for those endpoints. + + MAX_WORKLOAD_CERT_TTL Time Duration 2160h0m0s 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 fb906d94f8..65502923c5 100644 --- a/content/zh/docs/reference/config/istio.operator.v1alpha1/index.html +++ b/content/zh/docs/reference/config/istio.operator.v1alpha1/index.html @@ -7,7 +7,7 @@ location: https://istio.io/docs/reference/config/istio.operator.v1alpha1.html layout: protoc-gen-docs generator: protoc-gen-docs weight: 20 -number_of_entries: 61 +number_of_entries: 74 ---

Configuration affecting Istio control plane installation version and shape. Note: unlike other Istio protos, field names must use camelCase. This is asserted in tests. @@ -1033,6 +1033,94 @@ No +

ContainerResourceMetricSource

+
+

See k8s.io.api.autoscaling.v2beta2.ContainerResourceMetricSource.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
namestring + +No +
targetMetricTarget + +No +
containerstring + +No +
+
+

ContainerResourceMetricStatus

+
+

See k8s.io.api.autoscaling.v2beta2.ContainerResourceMetricStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
namestring + +No +
currentMetricValueStatus + +No +
containerstring + +No +
+

ClientIPConfig

See k8s.io.api.core.v1.ClientIPConfig.

@@ -1263,7 +1351,7 @@ No

ExternalMetricSource

-

See k8s.io.api.autoscaling.v2beta2.CrossVersionObjectReference.

+

See k8s.io.api.autoscaling.v2beta2.ExternalMetricSource.

@@ -1275,7 +1363,25 @@ No - + + + + + + + + + + + + + - + - + - +
metricMetricIdentifier + +No +
targetMetricTarget + +No +
metricName string @@ -1284,7 +1390,7 @@ No No
metricSelector LabelSelector @@ -1293,7 +1399,7 @@ No No
targetValue IntOrString @@ -1302,7 +1408,7 @@ No No
targetAverageValue IntOrString @@ -1314,6 +1420,41 @@ No
+

ExternalMetricStatus

+
+

See k8s.io.autoscaling.v2beta2.ExternalMetricStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
metricMetricIdentifier + +No +
currentMetricValueStatus + +No +
+

HTTPGetAction

See k8s.io.api.core.v1.HTTPGetAction.

@@ -1461,6 +1602,138 @@ No No + +behavior +HorizontalPodAutoScalerBehavior + + + +No + + + + +
+

HorizontalPodAutoScalerBehavior

+
+

See k8s.io.autoscaling.v2beta2.HorizontalPodAutoScalerBehavior.

+ + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
scaleUpHPAScalingRules + +No +
scaleDownHPAScalingRules + +No +
+
+

HPAScalingRules

+
+

See k8s.io.autoscaling.v2beta2.HPAScalingRules.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
stabilizationWindowSecondsint32 + +No +
selectPolicystring + +No +
policiesHPAScalingPolicy + +No +
+
+

HPAScalingPolicy

+
+

See k8s.io.autoscaling.v2beta2.HPAScalingPolicy.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
typestring + +No +
valueint32 + +No +
periodSecondsint32 + +No +
@@ -1490,9 +1763,44 @@ No +

MetricIdentifier

+
+

See k8s.io.autoscaling.v2beta2.MetricIdentifier.

+ + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
namestring (oneof) + +No +
selectorLabelSelector + +No +
+

MetricSpec

-

See k8s.io.autoscaling.v2beta1.MetricSpec.

+

See k8s.io.autoscaling.v2beta2.MetricSpec.

@@ -1540,6 +1848,15 @@ No No + + + + + + @@ -1552,6 +1869,174 @@ No
containerResourceContainerResourceMetricSource + +No +
external ExternalMetricSource
+

MetricStatus

+
+

See k8s.io.autoscaling.v2beta2.MetricStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
typestring + +No +
objectObjectMetricStatus + +No +
podsPodsMetricStatus + +No +
resourceResourceMetricStatus + +No +
containerResourceContainerResourceMetricStatus + +No +
externalExternalMetricStatus + +No +
+
+

MetricTarget

+
+

See k8s.io.autoscaling.v2beta2.MetricTarget.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
typestring + +No +
valueIntOrString + +No +
averageValueIntOrString + +No +
averageUtilizationint32 + +No +
+
+

MetricValueStatus

+
+

See k8s.io.autoscaling.v2beta2.MetricValueStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
valueIntOrString + +No +
averageValueIntOrString + +No +
averageUtilizationint32 + +No +
+

NodeAffinity

See k8s.io.api.core.v1.NodeAffinity.

@@ -1764,7 +2249,7 @@ No

ObjectMetricSource

-

See k8s.io.autoscaling.v2beta1.ObjectMetricSource.

+

See k8s.io.autoscaling.v2beta2.ObjectMetricSource.

@@ -1778,6 +2263,18 @@ No + + + + + + @@ -1785,7 +2282,16 @@ No No - + + + + + + + - + - + - +
targetValue +

Type changes from CrossVersionObjectReference to ResourceMetricTarget in autoscaling v2beta2/v2 compared with v2beta1 +Change it to dynamic type to keep backward compatible

+ +
+No +
describedObject CrossVersionObjectReference
metricMetricIdentifier + +No +
metricName string @@ -1794,7 +2300,7 @@ No No
targetValue IntOrString @@ -1803,7 +2309,7 @@ No No
selector LabelSelector @@ -1812,7 +2318,7 @@ No No
averageValue IntOrString @@ -1824,6 +2330,50 @@ No
+

ObjectMetricStatus

+
+

See k8s.io.autoscaling.v2beta2.ObjectMetricStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
metricMetricIdentifier + +No +
currentMetricValueStatus + +No +
describedObjectCrossVersionObjectReference + +No +
+

PodAffinity

See k8s.io.api.core.v1.PodAffinity.

@@ -1984,7 +2534,7 @@ No

PodsMetricSource

-

See k8s.io.api.core.v1.PodsMetricSource.

+

See k8s.io.autoscaling.v2beta2.PodsMetricSource.

@@ -1996,7 +2546,27 @@ No - + + + + + + + + + + + + + - + - +
metricMetricIdentifier +

v2beta2/v2 fields

+ +
+No +
targetMetricTarget + +No +
metricName string @@ -2005,7 +2575,7 @@ No No
targetAverageValue IntOrString @@ -2014,7 +2584,7 @@ No No
selector LabelSelector @@ -2026,6 +2596,41 @@ No
+

PodsMetricStatus

+
+

See k8s.io.autoscaling.v2beta2.PodsMetricStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
metricMetricIdentifier + +No +
currentMetricValueStatus + +No +
+

PreferredSchedulingTerm

See k8s.io.api.core.v1.PreferredSchedulingTerm.

@@ -2196,7 +2801,7 @@ No

ResourceMetricSource

-

See k8s.io.api.core.v1.ResourceMetricSource.

+

See k8s.io.autoscaling.v2beta2.ResourceMetricSource.

@@ -2217,7 +2822,16 @@ No No - + + + + + + + - +
targetMetricTarget + +No +
targetAverageUtilization int32 @@ -2226,7 +2840,7 @@ No No
targetAverageValue IntOrString @@ -2238,6 +2852,41 @@ No
+

ResourceMetricStatus

+
+

See k8s.io.autoscaling.v2beta2.ResourceMetricStatus.

+ + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptionRequired
namestring + +No +
currentMetricValueStatus + +No +
+

Resources

See k8s.io.api.core.v1.ResourceRequirements.

diff --git a/content/zh/docs/reference/config/networking/destination-rule/index.html b/content/zh/docs/reference/config/networking/destination-rule/index.html index 4d8aa4a421..d8b5498c6c 100644 --- a/content/zh/docs/reference/config/networking/destination-rule/index.html +++ b/content/zh/docs/reference/config/networking/destination-rule/index.html @@ -1187,7 +1187,10 @@ No sni string -

SNI string to present to the server during TLS handshake.

+

SNI string to present to the server during TLS handshake. +If unspecified, SNI will be automatically set based on downstream HTTP +host/authority header for SIMPLE and MUTUAL TLS modes, provided ENABLE_AUTO_SNI +environmental variable is set to true.