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/