diff --git a/content/en/docs/reference/commands/istioctl/index.html b/content/en/docs/reference/commands/istioctl/index.html index b17253e0f1..89de0edbc8 100644 --- a/content/en/docs/reference/commands/istioctl/index.html +++ b/content/en/docs/reference/commands/istioctl/index.html @@ -220,6 +220,11 @@ debug and diagnose their Istio mesh.
--ignore-unknown
--istioNamespace <string>
-i
Configuration affecting the service mesh as a whole.
@@ -2486,9 +2486,9 @@ No NoserviceCluster
string
string (oneof)
Service cluster defines the name for the service_cluster
that is
shared by all Envoy instances. This setting corresponds to
@@ -2504,6 +2504,18 @@ receives API calls from Envoy, it uses the value of the service-node
+
tracingServiceName
TracingServiceName (oneof)
Used by Envoy proxies to assign the values for the service names in trace +spans.
+Allows specification of various Istio-supported naming schemes for the
+Envoy service_cluster
value. The servce_cluster
value is primarily used
+by Envoys to provide service names for tracing spans.
Name | +Description | +
---|---|
APP_LABEL_AND_NAMESPACE |
+
+ Default scheme. Uses the |
+
CANONICAL_NAME_ONLY |
+
+ Uses the canonical name for a workload (excluding namespace). + + |
+
CANONICAL_NAME_AND_NAMESPACE |
+
+ Uses the canonical name and namespace for a workload. + |
Specifies the conditions under which retry takes place. One or more policies can be specified using a ‘,’ delimited list. -If retryon specifies a valid HTTP status, it will be added to retriablestatuscodes retry policy. -See the [retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/httpfilters/routerfilter#x-envoy-retry-on) -and [gRPC retry policies](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/httpfilters/router_filter#x-envoy-retry-grpc-on) for more details. +Ifretry_on specifies a valid HTTP status, it will be added to retriablestatuscodes retry policy.
+See the retry policies
+and gRPC retry policies for more details.
|