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

This commit is contained in:
Istio Automation 2020-03-19 06:25:15 -07:00 committed by GitHub
parent a28013f819
commit ff78387a16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 26 deletions

View File

@ -2939,7 +2939,7 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca
<td></td>
<td>renameResources identifies renamed resources before comparison.
The format of each renaming pair is A-&gt;B, all renaming pairs are comma separated.
e.g. Service:*:istio-pilot-&gt;Service:*:istio-control - rename istio-pilot service into istio-control (default ``)</td>
e.g. Service:*:istiod-&gt;Service:*:istio-control - rename istiod service into istio-control (default ``)</td>
</tr>
<tr>
<td><code>--select &lt;string&gt;</code></td>
@ -2948,7 +2948,7 @@ e.g. Service:*:istio-pilot-&gt;Service:*:istio-control - rename istio-pilot serv
The format of each list item is &#34;::&#34; and the items are comma separated. The &#34;*&#34; character represents wildcard selection.
e.g.
Deployment:istio-system:* - compare all deployments in istio-system namespace
Service:*:istio-pilot - compare Services called &#34;istio-pilot&#34; in all namespaces (default `::`)</td>
Service:*:istiod - compare Services called &#34;istiod&#34; in all namespaces (default `::`)</td>
</tr>
<tr>
<td><code>--verbose</code></td>

View File

@ -868,16 +868,16 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>Set to a directory containing provisioned certs, for VMs</td>
</tr>
<tr>
<td><code>SECRET_GRACE_DURATION</code></td>
<td>Time Duration</td>
<td><code>12h0m0s</code></td>
<td>The grace period for the cert rotation, by default it&#39;s half of the cert lifetime</td>
<td><code>SECRET_GRACE_PERIOD_RATIO</code></td>
<td>Floating-Point</td>
<td><code>0.5</code></td>
<td>The grace period ratio for the cert rotation, by default 0.5.</td>
</tr>
<tr>
<td><code>SECRET_JOB_RUN_INTERVAL</code></td>
<td><code>SECRET_ROTATION_CHECK_INTERVAL</code></td>
<td>Time Duration</td>
<td><code>1h12m0s</code></td>
<td>The ticker to detect and rotate the certificates, by default it&#39;s 1/10 of the grace period</td>
<td><code>5m0s</code></td>
<td>The ticker to detect and rotate the certificates, by default 5 minutes</td>
</tr>
<tr>
<td><code>SECRET_TTL</code></td>

View File

@ -259,11 +259,6 @@ remove_toc_prefix: 'pilot-discovery '
<td>Controller resync interval (default `1m0s`)</td>
</tr>
<tr>
<td><code>--secureGrpcAddr &lt;string&gt;</code></td>
<td></td>
<td>Discovery service grpc address, with https (default ``)</td>
</tr>
<tr>
<td><code>--trust-domain &lt;string&gt;</code></td>
<td></td>
<td>The domain serves to identify the system with spiffe (default ``)</td>
@ -490,6 +485,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>Defines the cluster and service registry that this Istiod instance is belongs to</td>
</tr>
<tr>
<td><code>DEFAULT_WORKLOAD_CERT_TTL</code></td>
<td>Time Duration</td>
<td><code>24h0m0s</code></td>
<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>INJECTION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-sidecar-injector</code></td>
@ -777,12 +778,6 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td><code>istiod-${namespace}</code></td>
<td>Name of validatingwegbhookconfiguration to patch, if istioctl is not used.</td>
</tr>
<tr>
<td><code>WORKLOAD_CERT_TTL</code></td>
<td>Time Duration</td>
<td><code>2160h0m0s</code></td>
<td>The TTL of issued workload certificates.</td>
</tr>
</tbody>
</table>
<h2 id="metrics">Exported metrics</h2>

View File

@ -78,12 +78,6 @@ Istio supports to control its behavior.
<tr>