diff --git a/docs/gitbook/tutorials/istio-progressive-delivery.md b/docs/gitbook/tutorials/istio-progressive-delivery.md index 26763fb83..507ef0556 100644 --- a/docs/gitbook/tutorials/istio-progressive-delivery.md +++ b/docs/gitbook/tutorials/istio-progressive-delivery.md @@ -12,6 +12,8 @@ Install Istio with telemetry support and Prometheus: ```bash istioctl manifest apply --set profile=default +# istio 1.7 or newer +istioctl install --set profile=default ``` Install Flagger using Kustomize (kubectl >= 1.14) in the `istio-system` namespace: