From 8dd1a0fc96ab7c60bca6302cd320a5e39bf664fb Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Fri, 25 Oct 2024 22:13:49 -0400 Subject: [PATCH] Automator: update istio.io@ reference docs (#15836) --- content/en/docs/reference/commands/istioctl/index.html | 8 -------- content/zh/docs/reference/commands/istioctl/index.html | 8 -------- 2 files changed, 16 deletions(-) diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 14a4c49966..64b6bf877a 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -328,11 +328,6 @@ debug and diagnose their Istio mesh. The severity level of analysis at which to display messages. Valid values: [Info Warning Error] (default `Info`) ---recursive --R -Process directory arguments recursively. Useful when you want to analyze related manifests organized within the same directory. - - --remote-contexts <stringArray> Kubernetes configuration contexts for remote clusters to be used in multi-cluster analysis. Not to be confused with '--context'. If unspecified, contexts are read from the remote secrets in the cluster. (default `[]`) @@ -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/ diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html index 14a4c49966..64b6bf877a 100644 --- a/content/zh/docs/reference/commands/istioctl/index.html +++ b/content/zh/docs/reference/commands/istioctl/index.html @@ -328,11 +328,6 @@ debug and diagnose their Istio mesh. The severity level of analysis at which to display messages. Valid values: [Info Warning Error] (default `Info`) ---recursive --R -Process directory arguments recursively. Useful when you want to analyze related manifests organized within the same directory. - - --remote-contexts <stringArray> Kubernetes configuration contexts for remote clusters to be used in multi-cluster analysis. Not to be confused with '--context'. If unspecified, contexts are read from the remote secrets in the cluster. (default `[]`) @@ -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/