add istio 1.7 install command

This commit is contained in:
xichengliudui 2020-09-02 01:11:30 -07:00
parent fb66cd3d94
commit 8e7aa29ef1
1 changed files with 2 additions and 0 deletions

View File

@ -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: