Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/install/installing-istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed this as the specific installation like GKE dcaf0b8 is already removed.

instructions for installing Istio on your cluster using `gcloud`.

## Before you begin

You need:
Expand Down Expand Up @@ -57,7 +54,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}
```
Expand Down Expand Up @@ -342,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/docs/concepts/security/#mutual-tls-authentication
[5]: https://istio.io/docs/tasks/security/authz-http/