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 2073dbc179..15d16ee905 100644 --- a/content/en/docs/reference/config/istio.operator.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.operator.v1alpha1/index.html @@ -297,6 +297,17 @@ No cni ComponentSpec + + +No + + + +istiodRemote +ComponentSpec + +

Remote cluster using an external control plane.

+ No diff --git a/content/en/docs/reference/config/networking/envoy-filter/index.html b/content/en/docs/reference/config/networking/envoy-filter/index.html index 693a60fc52..7fce90b7cb 100644 --- a/content/en/docs/reference/config/networking/envoy-filter/index.html +++ b/content/en/docs/reference/config/networking/envoy-filter/index.html @@ -527,7 +527,8 @@ to be applied to a cluster.

uint32

The service port for which this cluster was generated. If -omitted, applies to clusters for any port.

+omitted, applies to clusters for any port. +Note: for inbound cluster, it is the service target port.

@@ -541,7 +542,8 @@ No

The fully qualified service name for this cluster. If omitted, applies to clusters for any service. For services defined through service entries, the service name is same as the hosts -defined in the service entry.

+defined in the service entry. +Note: for inbound cluster, this is ignored.