From 44e0690da9461d135ebae499391bf97fb9bf9da7 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 23 Feb 2021 18:10:51 -0800 Subject: [PATCH] Automator: update istio.io@ reference docs (#9047) --- .../reference/commands/istioctl/index.html | 6 +++ .../reference/commands/operator/index.html | 6 +++ .../reference/commands/pilot-agent/index.html | 6 +++ .../commands/pilot-discovery/index.html | 6 +++ .../accesslogpolicy/index.html | 4 +- .../proxy_extensions/attributegen/index.html | 2 +- .../metadata_exchange/index.html | 2 +- .../proxy_extensions/stackdriver/index.html | 43 +++++++++++++------ .../config/proxy_extensions/stats/index.html | 17 ++++---- 9 files changed, 66 insertions(+), 26 deletions(-) diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 703b868dfc..2c0067f2f0 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -5499,6 +5499,12 @@ These environment variables affect the behavior of the istioctl com If enabled, for a headless service/stateful set in Kubernetes, pilot will generate an outbound listener for each pod in a headless service. This feature should be disabled if headless services have a large number of pods. +PILOT_ENABLE_INBOUND_PASSTHROUGH +Boolean +true +If enabled, inbound clusters will be configured as ORIGINAL_DST clusters. When disabled, requests are always sent to localhost. The primary implication of this is that when enabled, binding to POD_IP will work while localhost will not; when disable, bind to POD_IP will not work, while localhost will. The enabled behavior matches the behavior without Istio enabled at all; this flag exists only for backwards compatibility. Regardless of this setting, the configuration can be overridden with the Sidecar.Ingress.DefaultEndpoint configuration. + + PILOT_ENABLE_ISTIO_TAGS Boolean true diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index c0ec888eb5..7e1d130481 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -320,6 +320,12 @@ These environment variables affect the behavior of the operator com If enabled, for a headless service/stateful set in Kubernetes, pilot will generate an outbound listener for each pod in a headless service. This feature should be disabled if headless services have a large number of pods. +PILOT_ENABLE_INBOUND_PASSTHROUGH +Boolean +true +If enabled, inbound clusters will be configured as ORIGINAL_DST clusters. When disabled, requests are always sent to localhost. The primary implication of this is that when enabled, binding to POD_IP will work while localhost will not; when disable, bind to POD_IP will not work, while localhost will. The enabled behavior matches the behavior without Istio enabled at all; this flag exists only for backwards compatibility. Regardless of this setting, the configuration can be overridden with the Sidecar.Ingress.DefaultEndpoint configuration. + + PILOT_ENABLE_ISTIO_TAGS Boolean true diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index c0919a0dbf..1dbb046c5b 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -894,6 +894,12 @@ These environment variables affect the behavior of the pilot-agent If enabled, for a headless service/stateful set in Kubernetes, pilot will generate an outbound listener for each pod in a headless service. This feature should be disabled if headless services have a large number of pods. +PILOT_ENABLE_INBOUND_PASSTHROUGH +Boolean +true +If enabled, inbound clusters will be configured as ORIGINAL_DST clusters. When disabled, requests are always sent to localhost. The primary implication of this is that when enabled, binding to POD_IP will work while localhost will not; when disable, bind to POD_IP will not work, while localhost will. The enabled behavior matches the behavior without Istio enabled at all; this flag exists only for backwards compatibility. Regardless of this setting, the configuration can be overridden with the Sidecar.Ingress.DefaultEndpoint configuration. + + PILOT_ENABLE_ISTIO_TAGS Boolean true diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 4eefb66233..dea26bb0a4 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -729,6 +729,12 @@ These environment variables affect the behavior of the pilot-discoveryIf enabled, for a headless service/stateful set in Kubernetes, pilot will generate an outbound listener for each pod in a headless service. This feature should be disabled if headless services have a large number of pods. +PILOT_ENABLE_INBOUND_PASSTHROUGH +Boolean +true +If enabled, inbound clusters will be configured as ORIGINAL_DST clusters. When disabled, requests are always sent to localhost. The primary implication of this is that when enabled, binding to POD_IP will work while localhost will not; when disable, bind to POD_IP will not work, while localhost will. The enabled behavior matches the behavior without Istio enabled at all; this flag exists only for backwards compatibility. Regardless of this setting, the configuration can be overridden with the Sidecar.Ingress.DefaultEndpoint configuration. + + PILOT_ENABLE_ISTIO_TAGS Boolean true diff --git a/content/en/docs/reference/config/proxy_extensions/accesslogpolicy/index.html b/content/en/docs/reference/config/proxy_extensions/accesslogpolicy/index.html index 62d6496613..291d833a73 100644 --- a/content/en/docs/reference/config/proxy_extensions/accesslogpolicy/index.html +++ b/content/en/docs/reference/config/proxy_extensions/accesslogpolicy/index.html @@ -34,7 +34,7 @@ attribute is set.

-logWindowDuration +log_window_duration Duration

Optional. Allows specifying logging window for successful requests. @@ -46,7 +46,7 @@ No -maxClientCacheSize +max_client_cache_size int32

Optional. Allows specifying max client cache size. diff --git a/content/en/docs/reference/config/proxy_extensions/attributegen/index.html b/content/en/docs/reference/config/proxy_extensions/attributegen/index.html index 263b994281..8bc87389fd 100644 --- a/content/en/docs/reference/config/proxy_extensions/attributegen/index.html +++ b/content/en/docs/reference/config/proxy_extensions/attributegen/index.html @@ -162,7 +162,7 @@ No -outputAttribute +output_attribute string

The name of the attribute that is populated on a successful match. diff --git a/content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html b/content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html index 946d7a2c01..a24f779489 100644 --- a/content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html +++ b/content/en/docs/reference/config/proxy_extensions/metadata_exchange/index.html @@ -22,7 +22,7 @@ number_of_entries: 2 -maxPeerCacheSize +max_peer_cache_size UInt32Value

maximum size of the peer metadata cache. diff --git a/content/en/docs/reference/config/proxy_extensions/stackdriver/index.html b/content/en/docs/reference/config/proxy_extensions/stackdriver/index.html index 64414cfaae..eff8468501 100644 --- a/content/en/docs/reference/config/proxy_extensions/stackdriver/index.html +++ b/content/en/docs/reference/config/proxy_extensions/stackdriver/index.html @@ -55,7 +55,7 @@ No -maxLogBatchSizeInBytes +max_log_batch_size_in_bytes int32

Optional. Allows configuration of the size of the LogWrite request. The @@ -68,7 +68,7 @@ No -logReportDuration +log_report_duration Duration

Optional. Allows configuration of the time between calls out to the @@ -82,7 +82,7 @@ No -enableAuditLog +enable_audit_log bool

Optional. Controls whether to export audit log.

@@ -93,7 +93,7 @@ No -destinationServiceName +destination_service_name string

Optional. FQDN of destination service that the request routed to, e.g. @@ -106,7 +106,7 @@ No -enableMeshEdgesReporting +enable_mesh_edges_reporting bool

Optional. Controls whether or not to export mesh edges to a mesh edges @@ -118,7 +118,7 @@ No -meshEdgesReportingDuration +mesh_edges_reporting_duration Duration

Optional. Allows configuration of the time between calls out to the mesh @@ -135,7 +135,7 @@ No -maxPeerCacheSize +max_peer_cache_size int32

maximum size of the peer metadata cache. @@ -148,7 +148,7 @@ No -disableHostHeaderFallback +disable_host_header_fallback bool

Optional: Disable using host header as a fallback if destination service is @@ -161,7 +161,7 @@ No -maxEdgesBatchSize +max_edges_batch_size int32

Optional. Allows configuration of the number of traffic assertions to batch @@ -173,7 +173,7 @@ No -disableHttpSizeMetrics +disable_http_size_metrics bool

Optional. Allows disabling of reporting of the request and response size @@ -186,7 +186,7 @@ No -enableLogCompression +enable_log_compression BoolValue

Optional. Allows enabling log compression for stackdriver access logs.

@@ -197,7 +197,7 @@ No -accessLogging +access_logging AccessLogging

Optional. Controls what type of logs to export..

@@ -208,20 +208,35 @@ No -customLogConfig +custom_log_config CustomConfig

(Optional) Collection of tag names and tag expressions to include in the logs. Conflicts are resolved by the tag name by overriding previously supplied values. Does not apply to audit logs.

+ + +No + + + +metric_expiry_duration +Duration + +

Optional. Controls the metric expiry duration. If a metric time series is +not updated for the given duration, it will be purged from time series +cache as well as metric reporting. If this is not set or set to 0, time +series will never be expired. This option is useful to avoid unbounded +metric label explodes proxy memory.

+ No -disableServerAccessLogging +disable_server_access_logging bool

Optional. Controls whether to export server access log. diff --git a/content/en/docs/reference/config/proxy_extensions/stats/index.html b/content/en/docs/reference/config/proxy_extensions/stats/index.html index d5e8a4d47d..37dbb855e6 100644 --- a/content/en/docs/reference/config/proxy_extensions/stats/index.html +++ b/content/en/docs/reference/config/proxy_extensions/stats/index.html @@ -54,7 +54,7 @@ No -tagsToRemove +tags_to_remove string[]

(Optional) A list of tags to remove.

@@ -144,7 +144,8 @@ No

next id: 7 The following settings should be rarely used. -Enable debug for this filter.

+Enable debug for this filter. +DEPRECATED.

@@ -152,7 +153,7 @@ No -maxPeerCacheSize +max_peer_cache_size int32

maximum size of the peer metadata cache. @@ -166,7 +167,7 @@ No -statPrefix +stat_prefix string

prefix to add to stats emitted by the plugin. @@ -178,7 +179,7 @@ No -fieldSeparator +field_separator string

Stats api squashes dimensions in a single string. @@ -192,7 +193,7 @@ No -valueSeparator +value_separator string

default: “==”

@@ -203,7 +204,7 @@ No -disableHostHeaderFallback +disable_host_header_fallback bool

Optional: Disable using host header as a fallback if destination service is @@ -216,7 +217,7 @@ No -tcpReportingDuration +tcp_reporting_duration Duration

Optional. Allows configuration of the time between calls out to for TCP