Update Ingress to 0.25.1 and Istio to 1.2.4

v1.14.3
Li Yi 6 years ago
parent 378579e338
commit f26db1deba

@ -173,11 +173,11 @@ helm repo update
More details can be found in https://istio.io/docs/setup/kubernetes/ More details can be found in https://istio.io/docs/setup/kubernetes/
Download Istio 1.2.2 and install CLI Download Istio 1.2.4 and install CLI
```bash ```bash
curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.2 sh - curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.4 sh -
cd istio-1.2.2/ cd istio-1.2.4/
export PATH=$PWD/bin:$PATH export PATH=$PWD/bin:$PATH
``` ```

Loading…
Cancel
Save