mirror of https://github.com/istio/istio.io.git
Add docs for target_arch (#7922)
* Update index.md * Move example to 1.6 and add TARGET_ARCH docs * Fixed reference to 1.4.3 * Simplify tip for architecture/version
This commit is contained in:
parent
dd969b815b
commit
748d60498e
|
|
@ -42,9 +42,10 @@ Follow these steps to get started with Istio:
|
|||
|
||||
{{< 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 -`
|
||||
You can pass variables on the command line to download a specific version
|
||||
or to override the processor architecture.
|
||||
For example, to download Istio 1.6.8 for the x86_64 architecture,
|
||||
run `curl -L https://istio.io/downloadIstio | ISTIO_VERSION=1.6.8 TARGET_ARCH=x86_64 sh -`.
|
||||
{{< /tip >}}
|
||||
|
||||
1. Move to the Istio package directory. For example, if the package is
|
||||
|
|
|
|||
Loading…
Reference in New Issue