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

This commit is contained in:
Istio Automation 2021-12-11 11:06:09 -08:00 committed by GitHub
parent a69d5fb5a7
commit e49c517ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 10 deletions

View File

@ -405,7 +405,7 @@ All names except label and annotation keys support '*' glob matching pat
<tr>
<td><code>--exclude &lt;stringSlice&gt;</code></td>
<td></td>
<td>Spec for which pod&#39;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&#39;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 &lt;string&gt;</code></td>
@ -510,7 +510,7 @@ All names except label and annotation keys support &#39;*&#39; glob matching pat
<tr>
<td><code>--exclude &lt;stringSlice&gt;</code></td>
<td></td>
<td>Spec for which pod&#39;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&#39;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 &lt;string&gt;</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 &lt;string&gt;</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 &lt;string&gt;</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 &lt;string&gt;</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 &lt;string&gt;</code></td>
<td></td>
<td>The name of the kubeconfig context to use (default ``)</td>

View File

@ -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"