Make trace pod annotation warning more visible. (#8967)

* Make trace pod annotation warning more visible.

* Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>

Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
Pengyuan Bian 2021-02-12 14:13:22 -08:00 committed by GitHub
parent 6f743ec1cb
commit ecc5a6a190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -46,12 +46,14 @@ In order for the new tracing configuration to take effect for either of these
options you need to restart pods injected with Istio proxies.
{{< /warning >}}
Note that any pod annotations added for tracing configuration overrides global settings.
{{< warning >}}
Any pod annotations added for tracing configuration override global settings.
In order to preserve any global settings you should copy them from
global mesh config to pod annotations along with workload specific
customization. In particular, make sure that the tracing backend address is
always provided in the annotations to ensure that the traces are reported
correctly for the workload.
{{< /warning >}}
### Using `MeshConfig` for trace settings