Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/zh/docs/setup/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ Istio 和[几个遥测应用](/zh/docs/ops/integrations)做了集成。
$ kubectl rollout status deployment/kiali -n istio-system
Waiting for deployment "kiali" rollout to finish: 0 of 1 updated replicas are available...
deployment "kiali" successfully rolled out
$ kubectl apply -f @samples/addons/prometheus.yaml@
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need this? is this same as the en doc?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The English doc does not install prometheus: https://istio.io/latest/docs/setup/getting-started/#dashboard

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will create PR for en doc as well

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yuvraj9 Please answer @zirain's question -- why is this needed?

$ kubectl rollout status deployment/prometheus -n istio-system
Waiting for deployment "prometheus" rollout to finish: 0 of 1 updated replicas are available...
deployment "prometheus" successfully rolled out
{{< /text >}}

1. 访问 Kiali 仪表板。
Expand Down