mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#7871)
This commit is contained in:
parent
c84690b958
commit
f14975ccb4
|
@ -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 'istioctl analyze' 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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue