From 20a5674976684542870bccedb1d25a2a55e4ea7c Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 15 Jun 2021 19:45:23 -0700 Subject: [PATCH] Automator: update istio.io@ reference docs (#9934) --- .../reference/commands/istioctl/index.html | 3 +++ .../reference/commands/operator/index.html | 19 +++++++++++++++++++ .../reference/commands/pilot-agent/index.html | 4 ++++ data/analysis.yaml | 2 +- 4 files changed, 27 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index 3390f357e4..87401b36cb 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -5233,6 +5233,9 @@ or release tar URL (e.g. https://github.com/istio/istio/releases/download/1.11/i ssh <user@hostname> 'curl localhost:15000/config_dump' > envoy-config.json istioctl proxy-config bootstrap --file envoy-config.json + # Show a human-readable Istio and Envoy version summary + istioctl proxy-config bootstrap -o short +

istioctl proxy-config cluster

Retrieve information about cluster configuration for the Envoy instance in the specified pod.

diff --git a/content/en/docs/reference/commands/operator/index.html b/content/en/docs/reference/commands/operator/index.html index d2ee747ab0..3dfe32214a 100644 --- a/content/en/docs/reference/commands/operator/index.html +++ b/content/en/docs/reference/commands/operator/index.html @@ -236,6 +236,12 @@ These environment variables affect the behavior of the operator com If enabled, mesh will support certificates signed by more than one trustAnchor for ISTIO_MUTUAL mTLS +ISTIO_PROMETHEUS_ANNOTATIONS +String + + + + JWT_POLICY String third-party-jwt @@ -596,6 +602,12 @@ These environment variables affect the behavior of the operator com Reject k8s default tokens, without audience. If false, default K8S token will be accepted +REWRITE_PROBE_LEGACY_LOCALHOST_DESTINATION +Boolean +false +If enabled, readiness probes will be sent to 'localhost'. Otherwise, they will be sent to the Pod's IP, matching Kubernetes' behavior. + + SHARED_MESH_CONFIG String @@ -715,6 +727,13 @@ These environment variables affect the behavior of the operator com resource_deletion_totalSumNumber of resources deleted by the operator resource_prune_totalSumNumber of resources pruned by the operator resource_update_totalSumNumber of resources updated by the operator +scrape_failures_totalSumThe total number of failed scrapes. +scrapes_totalSumThe total number of scrapes. +sidecar_injection_failure_totalSumTotal number of failed sidecar injection requests. +sidecar_injection_requests_totalSumTotal number of sidecar injection requests. +sidecar_injection_skip_totalSumTotal number of skipped sidecar injection requests. +sidecar_injection_success_totalSumTotal number of successful sidecar injection requests. +startup_duration_secondsLastValueThe time from the process starting to being marked ready. versionLastValueVersion of operator binary xds_cache_evictionsSumTotal number of xds cache evictions. xds_cache_readsSumTotal number of xds cache xdsCacheReads. diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index 6f0fdcd625..14655426a5 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -1390,6 +1390,10 @@ These environment variables affect the behavior of the pilot-agent remote_cluster_sync_timeouts_totalSumNumber of times remote clusters took too long to sync, causing slow startup that excludes remote clusters. scrape_failures_totalSumThe total number of failed scrapes. scrapes_totalSumThe total number of scrapes. +sidecar_injection_failure_totalSumTotal number of failed sidecar injection requests. +sidecar_injection_requests_totalSumTotal number of sidecar injection requests. +sidecar_injection_skip_totalSumTotal number of skipped sidecar injection requests. +sidecar_injection_success_totalSumTotal number of successful sidecar injection requests. startup_duration_secondsLastValueThe time from the process starting to being marked ready. total_active_connectionsSumThe total number of active SDS connections. total_push_errorsSumThe total number of failed SDS pushes. diff --git a/data/analysis.yaml b/data/analysis.yaml index 6c883f844d..f866b2daca 100644 --- a/data/analysis.yaml +++ b/data/analysis.yaml @@ -343,7 +343,7 @@ messages: code: IST0131 level: Info description: "A VirtualService rule match duplicates a match in a previous rule." - template: "VirtualService rule %v match %v is not used (duplicates a match in rule %v)." + template: "VirtualService rule %v match %v is not used (duplicate/overlapping match in rule %v)." url: "https://istio.io/latest/docs/reference/config/analysis/ist0131/" args: - name: ruleno