mirror of https://github.com/istio/istio.io.git
Add note to generate trace data for Kiali dashboard (#9526)
* Add note to generate trace data for Kiali dashboard * fix gen
This commit is contained in:
parent
63411b9a44
commit
bb6a28f46a
|
|
@ -377,6 +377,10 @@ Use the following instructions to deploy the [Kiali](/docs/ops/integrations/kial
|
|||
|
||||
1. In the left navigation menu, select _Graph_ and in the _Namespace_ drop down, select _default_.
|
||||
|
||||
{{< tip >}}
|
||||
{{< boilerplate trace-generation >}}
|
||||
{{< /tip >}}
|
||||
|
||||
The Kiali dashboard shows an overview of your mesh with the relationships
|
||||
between the services in the `Bookinfo` sample application. It also provides
|
||||
filters to visualize the traffic flow.
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
# WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL MARKDOWN FILE:
|
||||
# docs/setup/getting-started/index.md
|
||||
####################################################################################################
|
||||
source "content/en/boilerplates/snips/trace-generation.sh"
|
||||
|
||||
snip_download_istio_download_1() {
|
||||
curl -L https://istio.io/downloadIstio | sh -
|
||||
|
|
|
|||
Loading…
Reference in New Issue