Skip to content

Commit

Permalink
add istio 1.7 install command
Browse files Browse the repository at this point in the history
  • Loading branch information
xichengliudui committed Sep 2, 2020
1 parent fb66cd3 commit 252862a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/gitbook/tutorials/istio-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -57,7 +59,7 @@ kubectl label namespace test istio-injection=enabled
Create a deployment and a horizontal pod autoscaler:

```bash
kubectl apply -k github.com/weaveworks/flagger//kustomize/podinfo
kubectl apply -k github.com/weaveworks//flagger/kustomize/podinfo
```

Deploy the load testing service to generate traffic during the canary analysis:
Expand Down

0 comments on commit 252862a

Please sign in to comment.