From 1191d708de42078d29297d0431dc822d34ff2e21 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 30 Aug 2019 13:13:36 +0300 Subject: [PATCH] Fix Prometheus GKE install docs --- docs/gitbook/install/flagger-install-on-google-cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/install/flagger-install-on-google-cloud.md b/docs/gitbook/install/flagger-install-on-google-cloud.md index e1a38452..172b5d57 100644 --- a/docs/gitbook/install/flagger-install-on-google-cloud.md +++ b/docs/gitbook/install/flagger-install-on-google-cloud.md @@ -339,7 +339,7 @@ Find the GKE Istio version with: kubectl -n istio-system get deploy istio-pilot -oyaml | grep image: ``` -Install Prometheus in istio-system namespace (replace `1.0.6-gke.3` with your version): +Install Prometheus in istio-system namespace: ```bash kubectl -n istio-system apply -f \