diff --git a/content/en/docs/reference/commands/pilot-agent/index.html b/content/en/docs/reference/commands/pilot-agent/index.html index 0c793e850a..d649a6e809 100644 --- a/content/en/docs/reference/commands/pilot-agent/index.html +++ b/content/en/docs/reference/commands/pilot-agent/index.html @@ -149,6 +149,11 @@ remove_toc_prefix: 'pilot-agent ' Port to which all inbound TCP traffic to the pod/VM should be redirected to (default $INBOUND_CAPTURE_PORT = 15006) (default ``) +--inbound-tunnel-port <string> +-e +Specify the istio tunnel port for inbound tcp traffic (default $INBOUND_TUNNEL_PORT = 15008) (default ``) + + --iptables-probe-port <string> set listen port for failure detection (default `15002`) diff --git a/content/en/docs/reference/commands/pilot-discovery/index.html b/content/en/docs/reference/commands/pilot-discovery/index.html index 866e15c503..9b0d993c5d 100644 --- a/content/en/docs/reference/commands/pilot-discovery/index.html +++ b/content/en/docs/reference/commands/pilot-discovery/index.html @@ -975,13 +975,16 @@ These environment variables affect the behavior of the pilot-discoverypilot_invalid_out_listenersLastValueNumber of invalid outbound listeners. pilot_jwks_resolver_network_fetch_fail_totalSumTotal number of failed network fetch by pilot jwks resolver pilot_jwks_resolver_network_fetch_success_totalSumTotal number of successfully network fetch by pilot jwks resolver +pilot_k8s_cfg_eventsSumEvents from k8s config. pilot_k8s_endpoints_with_no_podsSumEndpoints that does not have any corresponding pods. +pilot_k8s_object_errorsLastValueErrors converting k8s CRDs pilot_k8s_reg_eventsSumEvents from k8s registry. pilot_no_ipLastValuePods not found in the endpoint table, possibly invalid. pilot_proxy_convergence_timeDistributionDelay in seconds between config change and a proxy receiving all required configuration. pilot_proxy_queue_timeDistributionTime in seconds, a proxy is in the push queue before being dequeued. pilot_push_triggersSumTotal number of times a push was triggered, labeled by reason for the push. pilot_servicesLastValueTotal services known to pilot. +pilot_total_k8s_object_errorsSumTotal Errors converting k8s CRDs pilot_total_rejected_configsSumTotal number of configs that Pilot had to reject or ignore. pilot_total_xds_internal_errorsSumTotal number of internal XDS errors in pilot. pilot_total_xds_rejectsSumTotal number of XDS responses from pilot rejected by proxy.