From aa5d88c49c1353b7d69c028012c422556525d671 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 12 Apr 2020 17:10:54 +0900 Subject: [PATCH 1/4] Update Istio version to 1.4.6 --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 07c5cfdfca4..97285901aa8 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -57,7 +57,7 @@ without automatic sidecar injection. ```shell # Download and unpack Istio - export ISTIO_VERSION=1.3.6 + export ISTIO_VERSION=1.4.6 curl -L https://git.io/getLatestIstio | sh - cd istio-${ISTIO_VERSION} ``` From 123e2f2b79b688459fce0285297bf6db9f0ab31d Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 12 Apr 2020 17:21:13 +0900 Subject: [PATCH 2/4] Remove GKE example --- docs/install/installing-istio.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 97285901aa8..aeef48cbe4e 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -13,9 +13,6 @@ installation. If your cloud platform offers a managed Istio installation, the [install guide](./README.md) for your specific platform will have those instructions. -For example, the [GKE Install Guide](./Knative-with-GKE.md) includes the -instructions for installing Istio on your cluster using `gcloud`. - ## Before you begin You need: From 755676174e8bf9983263fd85be4d6ba03ca78efc Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 12 Apr 2020 17:24:08 +0900 Subject: [PATCH 3/4] Update invalid link --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index aeef48cbe4e..6da8333541c 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -339,5 +339,5 @@ rm -rf istio-${ISTIO_VERSION} [2]: https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#manual-sidecar-injection [3]: https://istio.io/docs/tasks/traffic-management/ingress/secure-ingress-sds/ -[4]: https://istio.io/docs/tasks/security/mutual-tls/ +[4]: https://istio.io/pt-br/docs/concepts/security/#mutual-tls-authentication [5]: https://istio.io/docs/tasks/security/authz-http/ From eebba8e83a3b8c94a6c6e6e6aec88733f2d2989c Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 14 Apr 2020 01:20:00 +0900 Subject: [PATCH 4/4] Remove language specific docs --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 6da8333541c..5ad0a434320 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -339,5 +339,5 @@ rm -rf istio-${ISTIO_VERSION} [2]: https://istio.io/docs/setup/kubernetes/additional-setup/sidecar-injection/#manual-sidecar-injection [3]: https://istio.io/docs/tasks/traffic-management/ingress/secure-ingress-sds/ -[4]: https://istio.io/pt-br/docs/concepts/security/#mutual-tls-authentication +[4]: https://istio.io/docs/concepts/security/#mutual-tls-authentication [5]: https://istio.io/docs/tasks/security/authz-http/