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

This commit is contained in:
Istio Automation 2024-10-25 22:13:49 -04:00 committed by GitHub
parent 2a0818497a
commit 8dd1a0fc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 16 deletions

View File

@ -328,11 +328,6 @@ debug and diagnose their Istio mesh.
<td>The severity level of analysis at which to display messages. Valid values: [Info Warning Error] (default `Info`)</td>
</tr>
<tr>
<td><code>--recursive</code></td>
<td><code>-R</code></td>
<td>Process directory arguments recursively. Useful when you want to analyze related manifests organized within the same directory. </td>
</tr>
<tr>
<td><code>--remote-contexts &lt;stringArray&gt;</code></td>
<td></td>
<td>Kubernetes configuration contexts for remote clusters to be used in multi-cluster analysis. Not to be confused with &#39;--context&#39;. If unspecified, contexts are read from the remote secrets in the cluster. (default `[]`)</td>
@ -379,9 +374,6 @@ debug and diagnose their Istio mesh.
# Analyze the current live cluster, simulating the effect of applying additional yaml files
istioctl analyze a.yaml b.yaml my-app-config/
# Analyze the current live cluster, simulating the effect of applying a directory of config recursively
istioctl analyze --recursive my-istio-config/
# Analyze yaml files without connecting to a live cluster
istioctl analyze --use-kube=false a.yaml b.yaml my-app-config/

View File

@ -328,11 +328,6 @@ debug and diagnose their Istio mesh.
<td>The severity level of analysis at which to display messages. Valid values: [Info Warning Error] (default `Info`)</td>
</tr>
<tr>
<td><code>--recursive</code></td>
<td><code>-R</code></td>
<td>Process directory arguments recursively. Useful when you want to analyze related manifests organized within the same directory. </td>
</tr>
<tr>
<td><code>--remote-contexts &lt;stringArray&gt;</code></td>
<td></td>
<td>Kubernetes configuration contexts for remote clusters to be used in multi-cluster analysis. Not to be confused with &#39;--context&#39;. If unspecified, contexts are read from the remote secrets in the cluster. (default `[]`)</td>
@ -379,9 +374,6 @@ debug and diagnose their Istio mesh.
# Analyze the current live cluster, simulating the effect of applying additional yaml files
istioctl analyze a.yaml b.yaml my-app-config/
# Analyze the current live cluster, simulating the effect of applying a directory of config recursively
istioctl analyze --recursive my-istio-config/
# Analyze yaml files without connecting to a live cluster
istioctl analyze --use-kube=false a.yaml b.yaml my-app-config/