diff --git a/docs/gitbook/tutorials/istio-progressive-delivery.md b/docs/gitbook/tutorials/istio-progressive-delivery.md index d938d42e..2be9725f 100644 --- a/docs/gitbook/tutorials/istio-progressive-delivery.md +++ b/docs/gitbook/tutorials/istio-progressive-delivery.md @@ -13,6 +13,7 @@ Install Istio with telemetry support and Prometheus: ```bash istioctl manifest install --set profile=default +# Suggestion: Please change release-1.8 in below command, to your real istio version. kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.8/samples/addons/prometheus.yaml ```