From da706be4aa0131c444672f054fbb3be87d7ce494 Mon Sep 17 00:00:00 2001 From: John Zheng Date: Thu, 17 Feb 2022 19:29:56 +0800 Subject: [PATCH] Update istio-progressive-delivery.md Signed-off-by: Author Name It is easy tp raise: Halt advancement no values found for istio metric request-success-rate probably podinfo.test is not receiving traffic: running query failed: no values found If it is inconsistence between the prometheus version and istio version. Signed-off-by: John Zheng --- docs/gitbook/tutorials/istio-progressive-delivery.md | 1 + 1 file changed, 1 insertion(+) 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 ```