Add tip to download specific Istio version (#6531)

This commit is contained in:
Eric Van Norman 2020-02-21 15:46:46 -06:00 committed by GitHub
parent 30f40a0e7b
commit b2821c486a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,13 @@ Download the Istio release which includes installation files, samples, and the
$ curl -L https://istio.io/downloadIstio | sh -
{{< /text >}}
{{< tip >}}
The command above downloads the latest release (numerically) of Istio.
To download a specific version, you can add a variable on the command line.
For example to download Istio 1.4.3, you would run
`curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.4.3 sh -`
{{< /tip >}}
1. Move to the Istio package directory. For example, if the package is
`istio-{{< istio_full_version >}}`: