mirror of https://github.com/istio/istio.io.git
Add tip to download specific Istio version (#6531)
This commit is contained in:
parent
30f40a0e7b
commit
b2821c486a
|
|
@ -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 >}}`:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue