From b115e19f9db2e545e6ae06dedfc35dff6b26a264 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Mon, 8 Mar 2021 18:11:38 -0800 Subject: [PATCH] Automator: update istio.io@ reference docs (#9153) --- .../en/docs/reference/commands/istioctl/index.html | 12 ------------ .../en/docs/reference/commands/operator/index.html | 12 ------------ .../docs/reference/commands/pilot-agent/index.html | 12 ------------ .../reference/commands/pilot-discovery/index.html | 12 ------------ 4 files changed, 48 deletions(-) diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 4ce0d7d94a..bab4221f1e 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -5708,12 +5708,6 @@ These environment variables affect the behavior of the istioctl com If enabled, Kubernetes services with selectors will select workload entries with matching labels. It is safe to disable it if you are quite sure you don't need this feature -PILOT_ENABLE_LOOP_BLOCKER -Boolean -true -If enabled, Envoy will be configured to prevent traffic directly the the inbound/outbound ports (15001/15006). This prevents traffic loops. This option will be removed, and considered always enabled, in 1.9. - - PILOT_ENABLE_MYSQL_FILTER Boolean false @@ -5942,12 +5936,6 @@ These environment variables affect the behavior of the istioctl com Specifies terminal type. Use 'dumb' to suppress color output -TERMINATION_DRAIN_DURATION_SECONDS -Integer -5 -The amount of time allowed for connections to complete on pilot-agent shutdown. On receiving SIGTERM or SIGINT, pilot-agent tells the active Envoy to start draining, preventing any new connections and allowing existing connections to complete. It then sleeps for the TerminationDrainDuration and then kills any remaining active Envoy processes. - - TOKEN_AUDIENCES String istio-ca diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index eded86e788..b9aa703c8e 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -338,12 +338,6 @@ These environment variables affect the behavior of the operator com If enabled, Kubernetes services with selectors will select workload entries with matching labels. It is safe to disable it if you are quite sure you don't need this feature -PILOT_ENABLE_LOOP_BLOCKER -Boolean -true -If enabled, Envoy will be configured to prevent traffic directly the the inbound/outbound ports (15001/15006). This prevents traffic loops. This option will be removed, and considered always enabled, in 1.9. - - PILOT_ENABLE_MYSQL_FILTER Boolean false @@ -560,12 +554,6 @@ These environment variables affect the behavior of the operator com The SPIFFE bundle trust domain to endpoint mappings. Istiod retrieves the root certificate from each SPIFFE bundle endpoint and uses it to verify client certifiates from that trust domain. The endpoint must be compliant to the SPIFFE Bundle Endpoint standard. For details, please refer to https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE_Trust_Domain_and_Bundle.md . No need to configure this for root certificates issued via Istiod or web-PKI based root certificates. Use || between <trustdomain, endpoint> tuples. Use | as delimiter between trust domain and endpoint in each tuple. For example: foo|https://url/for/foo||bar|https://url/for/bar -TERMINATION_DRAIN_DURATION_SECONDS -Integer -5 -The amount of time allowed for connections to complete on pilot-agent shutdown. On receiving SIGTERM or SIGINT, pilot-agent tells the active Envoy to start draining, preventing any new connections and allowing existing connections to complete. It then sleeps for the TerminationDrainDuration and then kills any remaining active Envoy processes. - - TOKEN_AUDIENCES String istio-ca diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index c9fdfd0b85..cf761a7a34 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -912,12 +912,6 @@ These environment variables affect the behavior of the pilot-agent If enabled, Kubernetes services with selectors will select workload entries with matching labels. It is safe to disable it if you are quite sure you don't need this feature -PILOT_ENABLE_LOOP_BLOCKER -Boolean -true -If enabled, Envoy will be configured to prevent traffic directly the the inbound/outbound ports (15001/15006). This prevents traffic loops. This option will be removed, and considered always enabled, in 1.9. - - PILOT_ENABLE_MYSQL_FILTER Boolean false @@ -1188,12 +1182,6 @@ These environment variables affect the behavior of the pilot-agent The SPIFFE bundle trust domain to endpoint mappings. Istiod retrieves the root certificate from each SPIFFE bundle endpoint and uses it to verify client certifiates from that trust domain. The endpoint must be compliant to the SPIFFE Bundle Endpoint standard. For details, please refer to https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE_Trust_Domain_and_Bundle.md . No need to configure this for root certificates issued via Istiod or web-PKI based root certificates. Use || between <trustdomain, endpoint> tuples. Use | as delimiter between trust domain and endpoint in each tuple. For example: foo|https://url/for/foo||bar|https://url/for/bar -TERMINATION_DRAIN_DURATION_SECONDS -Integer -5 -The amount of time allowed for connections to complete on pilot-agent shutdown. On receiving SIGTERM or SIGINT, pilot-agent tells the active Envoy to start draining, preventing any new connections and allowing existing connections to complete. It then sleeps for the TerminationDrainDuration and then kills any remaining active Envoy processes. - - TOKEN_AUDIENCES String istio-ca diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 0c13dc9048..e8980d0053 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -747,12 +747,6 @@ These environment variables affect the behavior of the pilot-discoveryIf enabled, Kubernetes services with selectors will select workload entries with matching labels. It is safe to disable it if you are quite sure you don't need this feature -PILOT_ENABLE_LOOP_BLOCKER -Boolean -true -If enabled, Envoy will be configured to prevent traffic directly the the inbound/outbound ports (15001/15006). This prevents traffic loops. This option will be removed, and considered always enabled, in 1.9. - - PILOT_ENABLE_MYSQL_FILTER Boolean false @@ -993,12 +987,6 @@ These environment variables affect the behavior of the pilot-discoveryThe SPIFFE bundle trust domain to endpoint mappings. Istiod retrieves the root certificate from each SPIFFE bundle endpoint and uses it to verify client certifiates from that trust domain. The endpoint must be compliant to the SPIFFE Bundle Endpoint standard. For details, please refer to https://github.com/spiffe/spiffe/blob/master/standards/SPIFFE_Trust_Domain_and_Bundle.md . No need to configure this for root certificates issued via Istiod or web-PKI based root certificates. Use || between <trustdomain, endpoint> tuples. Use | as delimiter between trust domain and endpoint in each tuple. For example: foo|https://url/for/foo||bar|https://url/for/bar -TERMINATION_DRAIN_DURATION_SECONDS -Integer -5 -The amount of time allowed for connections to complete on pilot-agent shutdown. On receiving SIGTERM or SIGINT, pilot-agent tells the active Envoy to start draining, preventing any new connections and allowing existing connections to complete. It then sleeps for the TerminationDrainDuration and then kills any remaining active Envoy processes. - - TOKEN_AUDIENCES String istio-ca