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

This commit is contained in:
Istio Automation 2020-08-04 19:10:46 -07:00 committed by GitHub
parent c84690b958
commit f14975ccb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -4749,7 +4749,7 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpe
</tbody>
</table>
<h2 id="istioctl-validate">istioctl validate</h2>
<p>Validate Istio policy and rules (NOTE: validate is deprecated and will be removed in 1.6. Use &#39;istioctl analyze&#39; to validate configuration.)</p>
<p>Validate Istio policy and rules files</p>
<pre class="language-bash"><code>istioctl validate -f FILENAME [options] [flags]
</code></pre>
<table class="command-flags">

View File

@ -790,6 +790,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>The output directory for the key and certificate. If empty, key and certificate will not be saved. Must be set for VMs using provisioning certificates.</td>
</tr>
<tr>
<td><code>PARSE_TOKEN</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Parse token to inspect information like expiration time in proxy. This may not always be possible because token may not be a JWT.</td>
</tr>
<tr>
<td><code>PILOT_CERT_PROVIDER</code></td>
<td>String</td>
<td><code>istiod</code></td>