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

This commit is contained in:
Istio Automation 2023-10-11 19:19:40 -07:00 committed by GitHub
parent 21c93469f6
commit cf99ad325c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 62 additions and 2 deletions

View File

@ -1522,6 +1522,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>

View File

@ -5424,7 +5424,7 @@ istioctl proxy-config l [&lt;type&gt;/]&lt;name&gt;[.&lt;namespace&gt;] [flags]
<tr>
<td><code>--level &lt;string&gt;</code></td>
<td></td>
<td>Comma-separated minimum per-logger level of messages to output, in the form of [&lt;logger&gt;:]&lt;level&gt;,[&lt;logger&gt;:]&lt;level&gt;,... where logger components can be listed by running &#34;istioctl proxy-config log &lt;pod-name[.namespace]&gt;&#34;or referred from https://github.com/envoyproxy/envoy/blob/main/source/common/common/logger.h, and level can be one of [trace, debug, info, warning, error, critical, off] (default ``)</td>
<td>Comma-separated minimum per-logger level of messages to output, in the form of [&lt;logger&gt;:]&lt;level&gt;,[&lt;logger&gt;:]&lt;level&gt;,... or &lt;level&gt; to change all active loggers, where logger components can be listed by running &#34;istioctl proxy-config log &lt;pod-name[.namespace]&gt;&#34;or referred from https://github.com/envoyproxy/envoy/blob/main/source/common/common/logger.h, and level can be one of [trace, debug, info, warning, error, critical, off] (default ``)</td>
</tr>
<tr>
<td><code>--namespace &lt;string&gt;</code></td>
@ -7424,6 +7424,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>

View File

@ -1143,6 +1143,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>

View File

@ -2099,6 +2099,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>USE_EXTERNAL_WORKLOAD_SDS</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -1359,6 +1359,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>USE_REMOTE_CERTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -1522,6 +1522,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>

View File

@ -5424,7 +5424,7 @@ istioctl proxy-config l [&lt;type&gt;/]&lt;name&gt;[.&lt;namespace&gt;] [flags]
<tr>
<td><code>--level &lt;string&gt;</code></td>
<td></td>
<td>Comma-separated minimum per-logger level of messages to output, in the form of [&lt;logger&gt;:]&lt;level&gt;,[&lt;logger&gt;:]&lt;level&gt;,... where logger components can be listed by running &#34;istioctl proxy-config log &lt;pod-name[.namespace]&gt;&#34;or referred from https://github.com/envoyproxy/envoy/blob/main/source/common/common/logger.h, and level can be one of [trace, debug, info, warning, error, critical, off] (default ``)</td>
<td>Comma-separated minimum per-logger level of messages to output, in the form of [&lt;logger&gt;:]&lt;level&gt;,[&lt;logger&gt;:]&lt;level&gt;,... or &lt;level&gt; to change all active loggers, where logger components can be listed by running &#34;istioctl proxy-config log &lt;pod-name[.namespace]&gt;&#34;or referred from https://github.com/envoyproxy/envoy/blob/main/source/common/common/logger.h, and level can be one of [trace, debug, info, warning, error, critical, off] (default ``)</td>
</tr>
<tr>
<td><code>--namespace &lt;string&gt;</code></td>
@ -7424,6 +7424,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>

View File

@ -1143,6 +1143,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>VALIDATION_WEBHOOK_CONFIG_NAME</code></td>
<td>String</td>
<td><code>istio-istio-system</code></td>

View File

@ -2099,6 +2099,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>USE_EXTERNAL_WORKLOAD_SDS</code></td>
<td>Boolean</td>
<td><code>false</code></td>

View File

@ -1359,6 +1359,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>If enabled, addition runtime asserts will be performed. These checks are both expensive and panic on failure. As a result, this should be used only for testing.</td>
</tr>
<tr>
<td><code>USE_CACERTS_FOR_SELF_SIGNED_CA</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If enabled, istiod will use a secret named cacerts to store its self-signed istio-generated root certificate.</td>
</tr>
<tr>
<td><code>USE_REMOTE_CERTS</code></td>
<td>Boolean</td>
<td><code>false</code></td>