mirror of https://github.com/fluxcd/flagger.git
add istio 1.7 install command
This commit is contained in:
parent
fb66cd3d94
commit
8e7aa29ef1
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue