mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#9979)
This commit is contained in:
parent
64b5d7943a
commit
e10b120847
|
@ -311,7 +311,7 @@ remove_toc_prefix: 'pilot-agent '
|
|||
</tbody>
|
||||
</table>
|
||||
<h2 id="pilot-agent-proxy">pilot-agent proxy</h2>
|
||||
<p>Envoy proxy agent</p>
|
||||
<p>XDS proxy agent</p>
|
||||
<pre class="language-bash"><code>pilot-agent proxy [flags]
|
||||
</code></pre>
|
||||
<table class="command-flags">
|
||||
|
@ -645,6 +645,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>The identity provider for credential. Currently default supported identity provider is GoogleComputeEngine</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>DISABLE_ENVOY</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>Disables all Envoy agent features.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>ECC_SIGNATURE_ALGORITHM</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
|
@ -735,6 +741,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
|
|||
<td>The url of GKE cluster</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>GRPC_XDS_BOOTSTRAP</code></td>
|
||||
<td>String</td>
|
||||
<td><code></code></td>
|
||||
<td>Path where gRPC expects to read a bootstrap file. Agent will generate one if set.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>INJECTION_WEBHOOK_CONFIG_NAME</code></td>
|
||||
<td>String</td>
|
||||
<td><code>istio-sidecar-injector</code></td>
|
||||
|
|
|
@ -1242,8 +1242,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service that implements the Envoy ext_authz HTTP authorization service.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “my-ext-authz.foo.svc.cluster.local” or “bar/my-ext-authz.example.com”.</p>
|
||||
|
@ -1435,8 +1435,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service that implements the Envoy ext_authz gRPC authorization service.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “my-ext-authz.foo.svc.cluster.local” or “bar/my-ext-authz.example.com”.</p>
|
||||
|
@ -1528,8 +1528,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service that the Zipkin API.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “zipkin.default.svc.cluster.local” or “bar/zipkin.example.com”.</p>
|
||||
|
@ -1584,8 +1584,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service for the Lightstep collector.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “lightstep.default.svc.cluster.local” or “bar/lightstep.example.com”.</p>
|
||||
|
@ -1651,8 +1651,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service for the Datadog agent.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “datadog.default.svc.cluster.local” or “bar/datadog.example.com”.</p>
|
||||
|
@ -1707,8 +1707,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service for the SkyWalking receiver.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “skywalking.default.svc.cluster.local” or “bar/skywalking.example.com”.</p>
|
||||
|
@ -1791,8 +1791,8 @@ No
|
|||
<td><code>string</code></td>
|
||||
<td>
|
||||
<p>REQUIRED. Specifies the service for the OpenCensusAgent.
|
||||
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
|
||||
The format is <code>[<Namespace>/]<Hostname></code>. The specification of <code><Namespace></code> is required only when it is insufficient
|
||||
to unambiguously resolve a service in the service registry. The <code><Hostname></code> is a fully qualified host name of a
|
||||
service defined by the Kubernetes service or ServiceEntry.</p>
|
||||
|
||||
<p>Example: “ocagent.default.svc.cluster.local” or “bar/ocagent.example.com”.</p>
|
||||
|
|
Loading…
Reference in New Issue