From 9786993e33e5da09b6acb8bbb0462ba39bdd5402 Mon Sep 17 00:00:00 2001 From: Martin Taillefer Date: Thu, 14 Mar 2019 13:52:38 -0700 Subject: [PATCH] Specify an explicit download version # in various pages. (#3691) --- content/docs/setup/consul/quick-start/index.md | 2 +- content/docs/setup/kubernetes/download/index.md | 2 +- content_zh/docs/setup/consul/quick-start/index.md | 2 +- content_zh/docs/setup/kubernetes/download/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/docs/setup/consul/quick-start/index.md b/content/docs/setup/consul/quick-start/index.md index 0ce817e978..f0abe2c000 100644 --- a/content/docs/setup/consul/quick-start/index.md +++ b/content/docs/setup/consul/quick-start/index.md @@ -19,7 +19,7 @@ Quick Start instructions to install and configure Istio networking in a Docker C run the following command to download and extract the latest release automatically: {{< text bash >}} - $ curl -L https://git.io/getLatestIstio | sh - + $ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh - {{< /text >}} 1. Extract the installation file and change the directory to the file location. The diff --git a/content/docs/setup/kubernetes/download/index.md b/content/docs/setup/kubernetes/download/index.md index 13c26318d4..3d5e3b4c5f 100644 --- a/content/docs/setup/kubernetes/download/index.md +++ b/content/docs/setup/kubernetes/download/index.md @@ -19,7 +19,7 @@ services from all other namespaces. extract the latest release automatically: {{< text bash >}} - $ curl -L https://git.io/getLatestIstio | sh - + $ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh - {{< /text >}} 1. Move to the Istio package directory. For example, if the package is diff --git a/content_zh/docs/setup/consul/quick-start/index.md b/content_zh/docs/setup/consul/quick-start/index.md index 22c67b849e..a815017a20 100644 --- a/content_zh/docs/setup/consul/quick-start/index.md +++ b/content_zh/docs/setup/consul/quick-start/index.md @@ -17,7 +17,7 @@ keywords: [consul] 1. 在 [Istio release](https://github.com/istio/istio/releases) 页面下载与你操作系统相对应的安装文件。如果你使用了 macOS 或者 Linux 系统,你还可以运行以下命令自动下载并解压最新版本的安装文件。 {{< text bash >}} - $ curl -L https://git.io/getLatestIstio | sh - + $ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh - {{< /text >}} 1. 解压下载好的文件并切换到文件所在的目录。安装文件目录中包含以下内容: diff --git a/content_zh/docs/setup/kubernetes/download/index.md b/content_zh/docs/setup/kubernetes/download/index.md index 3ff08de6e6..b0b4549cbd 100644 --- a/content_zh/docs/setup/kubernetes/download/index.md +++ b/content_zh/docs/setup/kubernetes/download/index.md @@ -12,7 +12,7 @@ Istio 会被安装到自己的 `istio-system` 命名空间,并且能够对所 1. 进入 [Istio release](https://github.com/istio/istio/releases) 页面,下载对应目标操作系统的安装文件。在 macOS 或者 Linux 系统中,还可以运行下面的命令,进行下载和自动解压缩: {{< text bash >}} - $ curl -L https://git.io/getLatestIstio | sh - + $ curl -L https://git.io/getLatestIstio | ISTIO_VERSION={{< istio_full_version >}} sh - {{< /text >}} 1. 进入 Istio 包目录。例如,假设这个包是 `istio-{{< istio_full_version >}}.0`: