mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#10595)
This commit is contained in:
parent
a69d5fb5a7
commit
e49c517ac7
|
@ -405,7 +405,7 @@ All names except label and annotation keys support '*' glob matching pat
|
|||
<tr>
|
||||
<td><code>--exclude <stringSlice></code></td>
|
||||
<td></td>
|
||||
<td>Spec for which pod's proxy logs to exclude from the archive, after the include spec is processed. See above for format and examples. (default `["kube-system,kube-public,kube-node-lease,local-path-storage"]`)</td>
|
||||
<td>Spec for which pod's proxy logs to exclude from the archive, after the include spec is processed. See above for format and examples. (default `["kube-node-lease,local-path-storage,kube-system,kube-public"]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--filename <string></code></td>
|
||||
|
@ -510,7 +510,7 @@ All names except label and annotation keys support '*' glob matching pat
|
|||
<tr>
|
||||
<td><code>--exclude <stringSlice></code></td>
|
||||
<td></td>
|
||||
<td>Spec for which pod's proxy logs to exclude from the archive, after the include spec is processed. See above for format and examples. (default `["kube-system,kube-public,kube-node-lease,local-path-storage"]`)</td>
|
||||
<td>Spec for which pod's proxy logs to exclude from the archive, after the include spec is processed. See above for format and examples. (default `["kube-node-lease,local-path-storage,kube-system,kube-public"]`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--filename <string></code></td>
|
||||
|
@ -3296,6 +3296,11 @@ injection labels.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--auto-inject-namespaces</code></td>
|
||||
<td></td>
|
||||
<td>If set to true, the sidecars should be automatically injected into all namespaces by default </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>The name of the kubeconfig context to use (default ``)</td>
|
||||
|
@ -3531,6 +3536,11 @@ injection labels.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--auto-inject-namespaces</code></td>
|
||||
<td></td>
|
||||
<td>If set to true, the sidecars should be automatically injected into all namespaces by default </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>The name of the kubeconfig context to use (default ``)</td>
|
||||
|
@ -6288,6 +6298,11 @@ injection labels.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--auto-inject-namespaces</code></td>
|
||||
<td></td>
|
||||
<td>If set to true, the sidecars should be automatically injected into all namespaces by default </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>The name of the kubeconfig context to use (default ``)</td>
|
||||
|
@ -6477,6 +6492,11 @@ injection labels.</p>
|
|||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><code>--auto-inject-namespaces</code></td>
|
||||
<td></td>
|
||||
<td>If set to true, the sidecars should be automatically injected into all namespaces by default </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--context <string></code></td>
|
||||
<td></td>
|
||||
<td>The name of the kubeconfig context to use (default ``)</td>
|
||||
|
|
|
@ -235,14 +235,6 @@ features:
|
|||
maturity: Beta
|
||||
nextExpectedPromotion: ""
|
||||
area: Security and policy enforcement
|
||||
- name: "Mutual TLS Migration"
|
||||
id: "security.mtls_migration"
|
||||
link: "/docs/tasks/security/authentication/mtls-migration"
|
||||
level:
|
||||
checklist: ""
|
||||
maturity: Beta
|
||||
nextExpectedPromotion: ""
|
||||
area: Security and policy enforcement
|
||||
- name: "External Authorization"
|
||||
id: "security.external_authorization"
|
||||
link: "/docs/tasks/security/authorization/authz-custom"
|
||||
|
|
Loading…
Reference in New Issue