mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@master reference docs (#6908)
This commit is contained in:
parent
a28013f819
commit
ff78387a16
|
@ -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->B, all renaming pairs are comma separated.
|
||||
e.g. Service:*:istio-pilot->Service:*:istio-control - rename istio-pilot service into istio-control (default ``)</td>
|
||||
e.g. Service:*:istiod->Service:*:istio-control - rename istiod service into istio-control (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--select <string></code></td>
|
||||
|
@ -2948,7 +2948,7 @@ e.g. Service:*:istio-pilot->Service:*:istio-control - rename istio-pilot serv
|
|||
The format of each list item is "::" and the items are comma separated. The "*" character represents wildcard selection.
|
||||
e.g.
|
||||
Deployment:istio-system:* - compare all deployments in istio-system namespace
|
||||
Service:*:istio-pilot - compare Services called "istio-pilot" in all namespaces (default `::`)</td>
|
||||
Service:*:istiod - compare Services called "istiod" in all namespaces (default `::`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--verbose</code></td>
|
||||
|
|
|
@ -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'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'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>
|
||||
|
|
|
@ -259,11 +259,6 @@ remove_toc_prefix: 'pilot-discovery '
|
|||
<td>Controller resync interval (default `1m0s`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--secureGrpcAddr <string></code></td>
|
||||
<td></td>
|
||||
<td>Discovery service grpc address, with https (default ``)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--trust-domain <string></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>
|
||||
|
|
|
@ -78,12 +78,6 @@ Istio supports to control its behavior.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue