Automator: update istio.io@ reference docs (#8316)

This commit is contained in:
Istio Automation 2020-10-19 19:10:27 -07:00 committed by GitHub
parent 5fb3499447
commit ec806b926d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 94 additions and 7 deletions

View File

@ -5400,6 +5400,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>Defines the cluster and service registry that this Istiod instance is belongs to</td>
</tr>
<tr>
<td><code>ENABLE_ADMIN_ENDPOINTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If this is set to true, dangerous admin endpoins will be exposed on the debug interface. Not recommended for production.</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -5676,6 +5682,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If set to false, virtualService delegate will not be supported.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_WORKLOAD_ENTRY_AUTOREGISTRATION</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Enables auto-registering WorkloadEntries based on associated WorkloadGroups upon XDS connection by the workload.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_XDS_CACHE</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -5772,6 +5784,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>
<td>The amount of time an auto-registered workload can remain disconnected from all Pilot instances before the associated WorkloadEntry is cleaned up.</td>
</tr>
<tr>
<td><code>PILOT_XDS_CACHE_SIZE</code></td>
<td>Integer</td>
<td><code>20000</code></td>

View File

@ -153,6 +153,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>Defines the cluster and service registry that this Istiod instance is belongs to</td>
</tr>
<tr>
<td><code>ENABLE_ADMIN_ENDPOINTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If this is set to true, dangerous admin endpoins will be exposed on the debug interface. Not recommended for production.</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -375,6 +381,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If set to false, virtualService delegate will not be supported.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_WORKLOAD_ENTRY_AUTOREGISTRATION</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Enables auto-registering WorkloadEntries based on associated WorkloadGroups upon XDS connection by the workload.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_XDS_CACHE</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -471,6 +483,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>
<td>The amount of time an auto-registered workload can remain disconnected from all Pilot instances before the associated WorkloadEntry is cleaned up.</td>
</tr>
<tr>
<td><code>PILOT_XDS_CACHE_SIZE</code></td>
<td>Integer</td>
<td><code>20000</code></td>

View File

@ -632,6 +632,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>The type of ECC signature algorithm to use when generating private keys</td>
</tr>
<tr>
<td><code>ENABLE_ADMIN_ENDPOINTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If this is set to true, dangerous admin endpoins will be exposed on the debug interface. Not recommended for production.</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -944,6 +950,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If set to false, virtualService delegate will not be supported.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_WORKLOAD_ENTRY_AUTOREGISTRATION</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Enables auto-registering WorkloadEntries based on associated WorkloadGroups upon XDS connection by the workload.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_XDS_CACHE</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -1040,6 +1052,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>
<td>The amount of time an auto-registered workload can remain disconnected from all Pilot instances before the associated WorkloadEntry is cleaned up.</td>
</tr>
<tr>
<td><code>PILOT_XDS_CACHE_SIZE</code></td>
<td>Integer</td>
<td><code>20000</code></td>

View File

@ -527,6 +527,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>The default TTL of issued workload certificates. Applied when the client sets a non-positive TTL in the CSR.</td>
</tr>
<tr>
<td><code>ENABLE_ADMIN_ENDPOINTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If this is set to true, dangerous admin endpoins will be exposed on the debug interface. Not recommended for production.</td>
</tr>
<tr>
<td><code>ENABLE_CA_SERVER</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -767,6 +773,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If set to false, virtualService delegate will not be supported.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_WORKLOAD_ENTRY_AUTOREGISTRATION</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Enables auto-registering WorkloadEntries based on associated WorkloadGroups upon XDS connection by the workload.</td>
</tr>
<tr>
<td><code>PILOT_ENABLE_XDS_CACHE</code></td>
<td>Boolean</td>
<td><code>true</code></td>
@ -863,6 +875,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If enabled, Pilot will use EndpointSlices as the source of endpoints for Kubernetes services. By default, this is false, and Endpoints will be used. This requires the Kubernetes EndpointSlice controller to be enabled. Currently this is mutual exclusive - either Endpoints or EndpointSlices will be used</td>
</tr>
<tr>
<td><code>PILOT_WORKLOAD_ENTRY_GRACE_PERIOD</code></td>
<td>Time Duration</td>
<td><code>10s</code></td>
<td>The amount of time an auto-registered workload can remain disconnected from all Pilot instances before the associated WorkloadEntry is cleaned up.</td>
</tr>
<tr>
<td><code>PILOT_XDS_CACHE_SIZE</code></td>
<td>Integer</td>
<td><code>20000</code></td>

View File

@ -464,16 +464,17 @@ inclusion annotations
<code>sidecar.istio.io/statsInclusionRegexps</code>, and
<code>sidecar.istio.io/statsInclusionSuffixes</code>). For example, to enable stats
for circuit breaker, retry, and upstream connections, you can specify stats
matcher as follow:
<code>yaml
proxy_stats_matcher:
inclusion_regexps:
matcher as follow:</p>
<pre><code class="language-yaml">proxyStatsMatcher:
inclusionRegexps:
- .*circuit_breakers.*
inclusion_prefixes:
inclusionPrefixes:
- upstream_rq_retry
- upstream_cx
</code>yaml
Note including more Envoy stats might increase number of time series
</code></pre>
<p>Note including more Envoy stats might increase number of time series
collected by prometheus significantly. Care needs to be taken on Prometheus
resource provision and configuration to reduce cardinality.</p>
@ -962,6 +963,20 @@ See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v2/config/accesslog
for details about Envoy&rsquo;s gRPC Access Log Service API.
Default value is <code>false</code>.</p>
</td>
<td>
No
</td>
</tr>
<tr id="MeshConfig-disable_envoy_listener_log">
<td><code>disableEnvoyListenerLog</code></td>
<td><code>bool</code></td>
<td>
<p>This flag disables Envoy Listener logs.
See <a href="https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-access-log">Listener Access Log</a>
Istio Enables Envoy&rsquo;s listener access logs on &ldquo;NoRoute&rdquo; response flag.
Default value is <code>false</code>.</p>
</td>
<td>
No