mirror of https://github.com/istio/istio.io.git
update content (#2446)
This commit is contained in:
parent
2796aca4ac
commit
6a54865fe2
|
|
@ -15,10 +15,10 @@ Istio 会被安装到自己的 `istio-system` 命名空间,并且能够对所
|
||||||
$ curl -L https://git.io/getLatestIstio | sh -
|
$ curl -L https://git.io/getLatestIstio | sh -
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
1. 进入 Istio 包目录。假设这个包是 istio-{{< istio_version >}}.0:
|
1. 进入 Istio 包目录。例如,假设这个包是 istio-{{< istio_full_version >}}.0:
|
||||||
|
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ cd istio-{{< istio_version >}}.0
|
$ cd istio-{{< istio_full_version >}}
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
安装目录中包含:
|
安装目录中包含:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue