mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14001)
This commit is contained in:
parent
21c93469f6
commit
cf99ad325c
|
@ -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>
|
||||
|
|
|
@ -5424,7 +5424,7 @@ istioctl proxy-config l [<type>/]<name>[.<namespace>] [flags]
|
|||
<tr>
|
||||
<td><code>--level <string></code></td>
|
||||
<td></td>
|
||||
<td>Comma-separated minimum per-logger level of messages to output, in the form of [<logger>:]<level>,[<logger>:]<level>,... where logger components can be listed by running "istioctl proxy-config log <pod-name[.namespace]>"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 [<logger>:]<level>,[<logger>:]<level>,... or <level> to change all active loggers, where logger components can be listed by running "istioctl proxy-config log <pod-name[.namespace]>"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 <string></code></td>
|
||||
|
@ -7424,6 +7424,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>
|
||||
|
|
|
@ -1143,6 +1143,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>
|
||||
|
|
|
@ -2099,6 +2099,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>USE_EXTERNAL_WORKLOAD_SDS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -1359,6 +1359,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>USE_REMOTE_CERTS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -5424,7 +5424,7 @@ istioctl proxy-config l [<type>/]<name>[.<namespace>] [flags]
|
|||
<tr>
|
||||
<td><code>--level <string></code></td>
|
||||
<td></td>
|
||||
<td>Comma-separated minimum per-logger level of messages to output, in the form of [<logger>:]<level>,[<logger>:]<level>,... where logger components can be listed by running "istioctl proxy-config log <pod-name[.namespace]>"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 [<logger>:]<level>,[<logger>:]<level>,... or <level> to change all active loggers, where logger components can be listed by running "istioctl proxy-config log <pod-name[.namespace]>"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 <string></code></td>
|
||||
|
@ -7424,6 +7424,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>
|
||||
|
|
|
@ -1143,6 +1143,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>
|
||||
|
|
|
@ -2099,6 +2099,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>USE_EXTERNAL_WORKLOAD_SDS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
|
@ -1359,6 +1359,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>USE_REMOTE_CERTS</code></td>
|
||||
<td>Boolean</td>
|
||||
<td><code>false</code></td>
|
||||
|
|
Loading…
Reference in New Issue