From e10b1208477dde6de223750c3c1b4ff7eeeee8b9 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Wed, 23 Jun 2021 20:29:37 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#9979) --- .../reference/commands/pilot-agent/index.html | 14 +++++++++- .../config/istio.mesh.v1alpha1/index.html | 28 +++++++++---------- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index d2ea284b14..fc9a54a617 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -311,7 +311,7 @@ remove_toc_prefix: 'pilot-agent '

pilot-agent proxy

-

Envoy proxy agent

+

XDS proxy agent

pilot-agent proxy [flags]
 
@@ -645,6 +645,12 @@ These environment variables affect the behavior of the pilot-agent + + + + + + @@ -735,6 +741,12 @@ These environment variables affect the behavior of the pilot-agent + + + + + + 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 2f3a96e0e0..70d5fb490c 100644 --- a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -1242,8 +1242,8 @@ No
The identity provider for credential. Currently default supported identity provider is GoogleComputeEngine
DISABLE_ENVOYBooleanfalseDisables all Envoy agent features.
ECC_SIGNATURE_ALGORITHM String The url of GKE cluster
GRPC_XDS_BOOTSTRAPStringPath where gRPC expects to read a bootstrap file. Agent will generate one if set.
INJECTION_WEBHOOK_CONFIG_NAME String istio-sidecar-injectorstring

REQUIRED. Specifies the service that implements the Envoy ext_authz HTTP authorization service. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “my-ext-authz.foo.svc.cluster.local” or “bar/my-ext-authz.example.com”.

@@ -1435,8 +1435,8 @@ No
string

REQUIRED. Specifies the service that implements the Envoy ext_authz gRPC authorization service. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “my-ext-authz.foo.svc.cluster.local” or “bar/my-ext-authz.example.com”.

@@ -1528,8 +1528,8 @@ No
string

REQUIRED. Specifies the service that the Zipkin API. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “zipkin.default.svc.cluster.local” or “bar/zipkin.example.com”.

@@ -1584,8 +1584,8 @@ No
string

REQUIRED. Specifies the service for the Lightstep collector. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “lightstep.default.svc.cluster.local” or “bar/lightstep.example.com”.

@@ -1651,8 +1651,8 @@ No
string

REQUIRED. Specifies the service for the Datadog agent. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “datadog.default.svc.cluster.local” or “bar/datadog.example.com”.

@@ -1707,8 +1707,8 @@ No
string

REQUIRED. Specifies the service for the SkyWalking receiver. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “skywalking.default.svc.cluster.local” or “bar/skywalking.example.com”.

@@ -1791,8 +1791,8 @@ No
string

REQUIRED. Specifies the service for the OpenCensusAgent. -The format is “[/]”. The specification of is required only when it is insufficient -to unambiguously resolve a service in the service registry. The is a fully qualified host name of a +The format is [<Namespace>/]<Hostname>. The specification of <Namespace> is required only when it is insufficient +to unambiguously resolve a service in the service registry. The <Hostname> is a fully qualified host name of a service defined by the Kubernetes service or ServiceEntry.

Example: “ocagent.default.svc.cluster.local” or “bar/ocagent.example.com”.