diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 9072f7419a..da0f0375de 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio title: istioctl description: Istio control interface. generator: pkg-collateral-docs -number_of_entries: 99 +number_of_entries: 98 max_toc_level: 2 remove_toc_prefix: 'istioctl ' --- @@ -3475,85 +3475,6 @@ doubt re-run istioctl kube-inject on deployments to get the most up-to-date chan -
The diff subcommand compares manifests from two files or directories. The output is a list of -changed paths with the value changes shown as OLD-VALUE -> NEW-VALUE. -List order changes are shown as [OLD-INDEX->NEW-INDEX], with ? used where a list item is added or -removed.
-istioctl manifest diff <file|dir> <file|dir> [flags]
-
-Flags | -Shorthand | -Description | -
---|---|---|
--context <string> |
-- | Kubernetes configuration context (default ``) | -
--directory |
--r |
-Compare directory. | -
--dry-run |
-- | Console/log output only, make no changes. | -
--ignore <string> |
-- | Ignore all listed items during comparison, using the same list format as selectResources. (default ``) | -
--istioNamespace <string> |
--i |
-Istio system namespace (default `istio-system`) | -
--kubeconfig <string> |
--c |
-Kubernetes configuration file (default ``) | -
--namespace <string> |
--n |
-Kubernetes namespace (default ``) | -
--rename <string> |
-- | Rename resources before comparison. -The format of each renaming pair is A->B, all renaming pairs are comma separated. -e.g. Service:*:istiod->Service:*:istio-control - rename istiod service into istio-control (default ``) | -
--select <string> |
-- | Constrain the list of resources to compare to only the ones in this list, ignoring all others. -The format of each list item is "::" and the items are comma separated. The "*" character represents wildcard selection. -e.g. - Deployment:istio-system:* - compare all deployments in istio-system namespace - Service:*:istiod - compare Services called "istiod" in all namespaces (default `::`) | -
--verbose |
--v |
-Verbose output. | -
--vklog <Level> |
-- | number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`) | -
The generate subcommand generates an Istio install manifest and outputs to the console by default.
istioctl manifest generate [flags]
diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html
index 794c5d3bf1..b597ddcd7d 100644
--- a/content/en/docs/reference/commands/pilot-agent/index.html
+++ b/content/en/docs/reference/commands/pilot-agent/index.html
@@ -2093,6 +2093,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
The grace period ratio for the cert rotation, by default 0.5.
+SECRET_GRACE_PERIOD_RATIO_JITTER
+Floating-Point
+0.01
+Randomize the grace period ratio up or down by this amount to stagger cert renewals, by default .01 (~15 minutes over 24 hours).
+
+
SECRET_TTL
Time Duration
24h0m0s
diff --git a/content/zh/docs/reference/commands/istioctl/index.html b/content/zh/docs/reference/commands/istioctl/index.html
index 9072f7419a..da0f0375de 100644
--- a/content/zh/docs/reference/commands/istioctl/index.html
+++ b/content/zh/docs/reference/commands/istioctl/index.html
@@ -4,7 +4,7 @@ source_repo: https://github.com/istio/istio
title: istioctl
description: Istio control interface.
generator: pkg-collateral-docs
-number_of_entries: 99
+number_of_entries: 98
max_toc_level: 2
remove_toc_prefix: 'istioctl '
---
@@ -3475,85 +3475,6 @@ doubt re-run istioctl kube-inject on deployments to get the most up-to-date chan
-istioctl manifest diff
-The diff subcommand compares manifests from two files or directories. The output is a list of
-changed paths with the value changes shown as OLD-VALUE -> NEW-VALUE.
-List order changes are shown as [OLD-INDEX->NEW-INDEX], with ? used where a list item is added or
-removed.
-istioctl manifest diff <file|dir> <file|dir> [flags]
-
-
-
-
-Flags
-Shorthand
-Description
-
-
-
-
---context <string>
-
-Kubernetes configuration context (default ``)
-
-
---directory
--r
-Compare directory.
-
-
---dry-run
-
-Console/log output only, make no changes.
-
-
---ignore <string>
-
-Ignore all listed items during comparison, using the same list format as selectResources. (default ``)
-
-
---istioNamespace <string>
--i
-Istio system namespace (default `istio-system`)
-
-
---kubeconfig <string>
--c
-Kubernetes configuration file (default ``)
-
-
---namespace <string>
--n
-Kubernetes namespace (default ``)
-
-
---rename <string>
-
-Rename resources before comparison.
-The format of each renaming pair is A->B, all renaming pairs are comma separated.
-e.g. Service:*:istiod->Service:*:istio-control - rename istiod service into istio-control (default ``)
-
-
---select <string>
-
-Constrain the list of resources to compare to only the ones in this list, ignoring all others.
-The format of each list item is "::" and the items are comma separated. The "*" character represents wildcard selection.
-e.g.
- Deployment:istio-system:* - compare all deployments in istio-system namespace
- Service:*:istiod - compare Services called "istiod" in all namespaces (default `::`)
-
-
---verbose
--v
-Verbose output.
-
-
---vklog <Level>
-
-number for the log level verbosity. Like -v flag. ex: --vklog=9 (default `0`)
-
-
-
istioctl manifest generate
The generate subcommand generates an Istio install manifest and outputs to the console by default.
istioctl manifest generate [flags]
diff --git a/content/zh/docs/reference/commands/pilot-agent/index.html b/content/zh/docs/reference/commands/pilot-agent/index.html
index 794c5d3bf1..b597ddcd7d 100644
--- a/content/zh/docs/reference/commands/pilot-agent/index.html
+++ b/content/zh/docs/reference/commands/pilot-agent/index.html
@@ -2093,6 +2093,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
The grace period ratio for the cert rotation, by default 0.5.
+SECRET_GRACE_PERIOD_RATIO_JITTER
+Floating-Point
+0.01
+Randomize the grace period ratio up or down by this amount to stagger cert renewals, by default .01 (~15 minutes over 24 hours).
+
+
SECRET_TTL
Time Duration
24h0m0s