Skip to content

Commit b43d448

Browse files
authored
Update Istio version to 1.4.6 (#2384)
* Update Istio version to 1.4.6 * Remove GKE example * Update invalid link * Remove language specific docs
1 parent a696029 commit b43d448

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/install/installing-istio.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ installation. If your cloud platform offers a managed Istio installation, the
1313
[install guide](./README.md) for your specific platform will have those
1414
instructions.
1515

16-
For example, the [GKE Install Guide](./Knative-with-GKE.md) includes the
17-
instructions for installing Istio on your cluster using `gcloud`.
18-
1916
## Before you begin
2017

2118
You need:
@@ -57,7 +54,7 @@ without automatic sidecar injection.
5754

5855
```shell
5956
# Download and unpack Istio
60-
export ISTIO_VERSION=1.3.6
57+
export ISTIO_VERSION=1.4.6
6158
curl -L https://git.io/getLatestIstio | sh -
6259
cd istio-${ISTIO_VERSION}
6360
```
@@ -342,5 +339,5 @@ rm -rf istio-${ISTIO_VERSION}
342339
[2]:
343340
https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#manual-sidecar-injection
344341
[3]: https://istio.io/docs/tasks/traffic-management/ingress/secure-ingress-sds/
345-
[4]: https://istio.io/docs/tasks/security/mutual-tls/
342+
[4]: https://istio.io/docs/concepts/security/#mutual-tls-authentication
346343
[5]: https://istio.io/docs/tasks/security/authz-http/

0 commit comments

Comments
 (0)