diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 3b572cac19..547bef34e7 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -103,7 +103,7 @@ debug and diagnose their Istio mesh. --output <string> -o -Output format: one of [json yaml log] (default `log`) +Output format: one of [json log yaml] (default `log`) --output-threshold <Level> @@ -1094,7 +1094,7 @@ istioctl experimental add-to-mesh service productpage --output <string> -o -Output format: one of [log json yaml] (default `log`) +Output format: one of [json log yaml] (default `log`) --output-threshold <Level> @@ -2495,7 +2495,7 @@ Istio will be started on the host network as a docker container in capture mode. --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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -2640,7 +2640,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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -2886,7 +2886,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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -3054,7 +3054,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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -3178,7 +3178,7 @@ https://istio.io/docs/reference/config/istio.operator.v1alpha1/#IstioOperatorSpe --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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -3241,7 +3241,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/ --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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -3434,7 +3434,7 @@ 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) +(e.g. ~/Downloads/istio-1.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -3482,7 +3482,7 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/ --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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -3546,7 +3546,7 @@ This flag can be specified multiple times to overlay multiple files. Multiple fi --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.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) @@ -4243,7 +4243,7 @@ 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) +(e.g. ~/Downloads/istio-1.6.0/manifests) or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.6.0/istio-1.6.0-linux-amd64.tar.gz). (default ``) diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 3ad5d51ed8..c2c623a13e 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -231,7 +231,7 @@ remove_toc_prefix: 'pilot-discovery ' --meshConfig <string> -File name for Istio mesh configuration. If not specified, a default mesh will be used. (default `/etc/istio/config/mesh`) +File name for Istio mesh configuration. If not specified, a default mesh will be used. (default `./etc/istio/config/mesh`) --monitoringAddr <string> diff --git a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html index 81f0c60448..0a7ee32da7 100644 --- a/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html +++ b/content/en/docs/reference/config/istio.mesh.v1alpha1/index.html @@ -744,7 +744,7 @@ No ingressService string -

Name of theKubernetes service used for the istio ingress controller.

+

Name of the Kubernetes service used for the istio ingress controller.

@@ -757,6 +757,21 @@ No

Defines whether to use Istio ingress controller for annotated or all ingress resources.

+ + +No + + + +ingressSelector +string + +

Defines which gateway deployment to use as the Ingress controller. This field corresponds to +the Gateway.selector field, and will be set as istio: INGRESS_SELECTOR. +By default, ingressgateway is used, which will select the default IngressGateway as it has the +istio: ingressgateway labels. +It is recommended that this is the same value as ingress_service.

+ No