diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 61c7b3e6c8..c9d1e7e8f2 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -2321,14 +2321,6 @@ THIS COMMAND IS STILL UNDER ACTIVE DEVELOPMENT AND NOT READY FOR PRODUCTION USE. ---charts <string> --d -Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) -or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). - (default ``) - - --context <string> The name of the kubeconfig context to use (default ``) @@ -2364,6 +2356,11 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ Config namespace (default ``) +--readiness-timeout <duration> + +Maximum time to wait for Istio resources in each component to be ready. The --wait flag must be set for this flag to apply (default `5m0s`) + + --set <stringArray> -s Override an IstioOperator value, e.g. to choose a profile @@ -2377,11 +2374,6 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl If skip-confirmation is set, skips the prompting confirmation for value changes in this upgrade ---verbose - -Verbose output. - - --versionsURI <string> -u URI for operator versions to Istio versions map (default ``) @@ -2389,7 +2381,7 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl --wait -w -Wait, if set will wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the command exits. It will wait for a maximum duration of 10m0s +Wait, if set will wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the command exits. @@ -2479,7 +2471,7 @@ istioctl experimental wait --for=distribution --threshold=.99 --timeout=300 virt --charts <string> -d Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) +(e.g. ~/Downloads/istio-1.5.0/install/kubernetes/operator) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). (default ``) @@ -2502,7 +2494,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --force -Proceed even with validation errors +Proceed even with validation errors. --istioNamespace <string> @@ -2522,7 +2514,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --readiness-timeout <duration> -Maximum seconds to wait for all Istio resources to be ready. The --wait flag must be set for this flag to apply (default `5m0s`) +Maximum time to wait for Istio resources in each component to be ready. The --wait flag must be set for this flag to apply. (default `5m0s`) --set <stringArray> @@ -2539,14 +2531,9 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl If set to true, the user is not prompted and a Yes response is assumed in all cases. ---verbose - -Verbose output. - - --wait -w -Wait, if set will wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the command exits. It will wait for a maximum duration of --readiness-timeout seconds +Wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the exiting. @@ -2711,11 +2698,6 @@ istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml \ -n Config namespace (default ``) - ---verbose - -Verbose output. -

istioctl manifest apply

@@ -2735,7 +2717,7 @@ istioctl kube-inject -f samples/bookinfo/platform/kube/bookinfo.yaml \ --charts <string> -d Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) +(e.g. ~/Downloads/istio-1.5.0/install/kubernetes/operator) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). (default ``) @@ -2758,7 +2740,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --force -Proceed even with validation errors +Proceed even with validation errors. --istioNamespace <string> @@ -2778,7 +2760,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --readiness-timeout <duration> -Maximum seconds to wait for all Istio resources to be ready. The --wait flag must be set for this flag to apply (default `5m0s`) +Maximum time to wait for Istio resources in each component to be ready. The --wait flag must be set for this flag to apply. (default `5m0s`) --set <stringArray> @@ -2795,14 +2777,9 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl If set to true, the user is not prompted and a Yes response is assumed in all cases. ---verbose - -Verbose output. - - --wait -w -Wait, if set will wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the command exits. It will wait for a maximum duration of --readiness-timeout seconds +Wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the exiting. @@ -2841,7 +2818,7 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca --directory -r -compare directory +Compare directory. --dry-run @@ -2851,7 +2828,7 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca --ignore <string> -ignoreResources ignores all listed items during comparison. It uses the same list format as selectResources (default ``) +Ignore all listed items during comparison, using the same list format as selectResources. (default ``) --istioNamespace <string> @@ -2871,14 +2848,14 @@ If set to true, the user is not prompted and a Yes response is assumed in all ca --rename <string> -renameResources identifies renamed resources before comparison. +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> -selectResources constrains the list of resources to compare to only the ones in this list, ignoring all others. +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 @@ -2886,7 +2863,7 @@ e.g. --verbose - +-v Verbose output. @@ -2908,7 +2885,7 @@ e.g. --charts <string> -d Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) +(e.g. ~/Downloads/istio-1.5.0/install/kubernetes/operator) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). (default ``) @@ -2931,7 +2908,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --force -Proceed even with validation errors +Proceed even with validation errors. --istioNamespace <string> @@ -2951,7 +2928,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --output <string> -o -Manifest output directory path (default ``) +Manifest output directory path. (default ``) --set <stringArray> @@ -2961,11 +2938,6 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi settings (--set values.grafana.enabled=true). See documentation for more info: https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControlPlaneSpec (default `[]`) - ---verbose - -Verbose output. -

Examples

@@ -3025,11 +2997,6 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl -n Config namespace (default ``) - ---verbose - -Verbose output. -

istioctl manifest versions

@@ -3071,11 +3038,6 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl Config namespace (default ``) ---verbose - -Verbose output. - - --versionsURI <string> -u URI for operator versions to Istio versions map (default ``) @@ -3132,7 +3094,7 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl --charts <string> -d Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) +(e.g. ~/Downloads/istio-1.5.0/install/kubernetes/operator) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). (default ``) @@ -3176,11 +3138,6 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ The tag for the operator controller image (default `unknown`) - ---verbose - -Verbose output. -

istioctl operator init

@@ -3200,7 +3157,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ --charts <string> -d Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) +(e.g. ~/Downloads/istio-1.5.0/install/kubernetes/operator) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). (default ``) @@ -3249,11 +3206,6 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ The tag for the operator controller image (default `unknown`) - ---verbose - -Verbose output. -

istioctl operator remove

@@ -3304,11 +3256,6 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ The namespace the operator controller is installed into (default `istio-operator`) - ---verbose - -Verbose output. -

istioctl options

@@ -3380,11 +3327,6 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ -n Config namespace (default ``) - ---verbose - -Verbose output. -

Examples

@@ -3429,11 +3371,6 @@ istioctl manifest apply --set profile=demo # Use a profile from the list -n Config namespace (default ``) - ---verbose - -Verbose output. -

istioctl profile dump

@@ -3450,14 +3387,6 @@ istioctl manifest apply --set profile=demo # Use a profile from the list ---charts <string> --d -Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) -or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). - (default ``) - - --config-path <string> -p The path the root of the configuration subtree to dump e.g. components.pilot. By default, dump whole tree (default ``) @@ -3498,11 +3427,6 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi -o Output format: one of json|yaml (default `yaml`) - ---verbose - -Verbose output. -

istioctl profile list

@@ -3543,11 +3467,6 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi -n Config namespace (default ``) - ---verbose - -Verbose output. -

istioctl proxy-config

@@ -4223,14 +4142,6 @@ Retrieves last sent and last acknowledged xDS sync from Pilot to each Envoy in t ---charts <string> --d -Specify a path to a directory of charts and profiles -(e.g. ~/Downloads/istio-1.6.0/install/kubernetes/operator) -or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/istio-1.5.1-linux.tar.gz). - (default ``) - - --context <string> The name of the kubeconfig context to use (default ``) @@ -4266,6 +4177,11 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.5.1/ Config namespace (default ``) +--readiness-timeout <duration> + +Maximum time to wait for Istio resources in each component to be ready. The --wait flag must be set for this flag to apply (default `5m0s`) + + --set <stringArray> -s Override an IstioOperator value, e.g. to choose a profile @@ -4279,11 +4195,6 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl If skip-confirmation is set, skips the prompting confirmation for value changes in this upgrade ---verbose - -Verbose output. - - --versionsURI <string> -u URI for operator versions to Istio versions map (default ``) @@ -4291,7 +4202,7 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha12.pb/#IstioControl --wait -w -Wait, if set will wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the command exits. It will wait for a maximum duration of 10m0s +Wait, if set will wait until all Pods, Services, and minimum number of Pods of a Deployment are in a ready state before the command exits. @@ -4515,12 +4426,6 @@ These environment variables affect the behavior of the istioctl com Defines the cluster and service registry that this Istiod instance is belongs to -ENABLE_CA_SERVER -Boolean -true -If this is set to false, will not create CA server in istiod. - - GKE_CLUSTER_URL String @@ -4593,6 +4498,12 @@ These environment variables affect the behavior of the istioctl com namespace that nodeagent/citadel run in +PILOT_CERT_DIR +String + + + + PILOT_CERT_PROVIDER String istiod diff --git a/content/en/docs/reference/commands/mixs/index.html b/content/en/docs/reference/commands/mixs/index.html index 73705412f8..5cab120d54 100644 --- a/content/en/docs/reference/commands/mixs/index.html +++ b/content/en/docs/reference/commands/mixs/index.html @@ -359,12 +359,6 @@ These environment variables affect the behavior of the mixs command Defines the cluster and service registry that this Istiod instance is belongs to -ENABLE_CA_SERVER -Boolean -true -If this is set to false, will not create CA server in istiod. - - ISTIOD_ADDR String @@ -407,6 +401,12 @@ These environment variables affect the behavior of the mixs command Path for a kubeconfig file. +PILOT_CERT_DIR +String + + + + PILOT_CERT_PROVIDER String istiod diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index c29576a488..2706e4809a 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -153,12 +153,6 @@ These environment variables affect the behavior of the operator com Defines the cluster and service registry that this Istiod instance is belongs to -ENABLE_CA_SERVER -Boolean -true -If this is set to false, will not create CA server in istiod. - - ISTIOD_ADDR String @@ -189,6 +183,12 @@ These environment variables affect the behavior of the operator com The JWT validation policy. +PILOT_CERT_DIR +String + + + + PILOT_CERT_PROVIDER String istiod diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index f932946f36..2e1eb9059a 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -574,12 +574,6 @@ These environment variables affect the behavior of the pilot-agent Protocol and DNS server to use. Currently only tcp-tls: is supported. -ENABLE_CA_SERVER -Boolean -true -If this is set to false, will not create CA server in istiod. - - ENABLE_INGRESS_GATEWAY_SDS Boolean false @@ -700,6 +694,12 @@ These environment variables affect the behavior of the pilot-agent The output directory for the key and certificate. If empty, key and certificate will not be saved. Must be set for VMs using provisioning certificates. +PILOT_CERT_DIR +String + + + + PILOT_CERT_PROVIDER String istiod diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index c13144e32f..06b8204738 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -94,11 +94,6 @@ remove_toc_prefix: 'pilot-discovery ' Restrict the applications namespace the controller manages; if not set, controller watches all namespaces (default ``) ---caCertFile <string> - -File containing the x509 Server CA Certificate (default ``) - - --clusterID <string> The ID of the cluster that this Istiod instance resides (default `Kubernetes`) @@ -269,16 +264,6 @@ remove_toc_prefix: 'pilot-discovery ' Controller resync interval (default `1m0s`) ---tlsCertFile <string> - -File containing the x509 Server Certificate (default ``) - - ---tlsKeyFile <string> - -File containing the x509 private key matching --tlsCertFile (default ``) - - --trust-domain <string> The domain serves to identify the system with spiffe (default ``) @@ -547,12 +532,6 @@ These environment variables affect the behavior of the pilot-discoveryProtocol and DNS server to use. Currently only tcp-tls: is supported. -ENABLE_CA_SERVER -Boolean -true -If this is set to false, will not create CA server in istiod. - - ENABLE_INCREMENTAL_MCP Boolean false @@ -637,6 +616,12 @@ These environment variables affect the behavior of the pilot-discovery +PILOT_CERT_DIR +String + + + + PILOT_CERT_PROVIDER String istiod diff --git a/content/en/docs/reference/config/annotations/index.html b/content/en/docs/reference/config/annotations/index.html index ef85cecd68..71198ba760 100644 --- a/content/en/docs/reference/config/annotations/index.html +++ b/content/en/docs/reference/config/annotations/index.html @@ -149,6 +149,16 @@ Istio supports to control its behavior. + + + proxy.istio.io/config + [Pod] + Overrides for the proxy configuration for this specific proxy. Available options can be found at https://istio.io/docs/reference/config/istio.mesh.v1alpha1/#ProxyConfig. + + + + + readiness.status.sidecar.istio.io/applicationPorts diff --git a/content/en/docs/reference/config/policy-and-telemetry/istio.mixer.v1.config.client/index.html b/content/en/docs/reference/config/policy-and-telemetry/istio.mixer.v1.config.client/index.html index 19d11e51c1..3ea5ce6ff6 100644 --- a/content/en/docs/reference/config/policy-and-telemetry/istio.mixer.v1.config.client/index.html +++ b/content/en/docs/reference/config/policy-and-telemetry/istio.mixer.v1.config.client/index.html @@ -776,7 +776,7 @@ specialized Mixer adapters and services can also generate attributes.

here.

Attributes are strongly typed. The supported attribute types are defined by -ValueType. +ValueType. Each type of value is encoded into one of the so-called transport types present in this message.

diff --git a/content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html b/content/en/docs/reference/config/proxy_extensions/metadata_exchange.html./index.html similarity index 98% rename from content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html rename to content/en/docs/reference/config/proxy_extensions/metadata_exchange.html./index.html index 946d7a2c01..c6668c9f3c 100644 --- a/content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html +++ b/content/en/docs/reference/config/proxy_extensions/metadata_exchange.html./index.html @@ -3,7 +3,7 @@ WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL source_repo: https://github.com/istio/proxy title: Metadata Exchange Config description: Configuration for Metadata Exchange Filter. -location: https://istio.io/docs/reference/config/proxy_extensions/metadata_exchange.html +location: https://istio.io/docs/reference/config/proxy_extensions/metadata_exchange.html. layout: protoc-gen-docs generator: protoc-gen-docs weight: 20