Fix istio-sidecar install doc error (#8690)

* Fix istio-sidecar install doc error

* Do also for Chinese
This commit is contained in:
Kebe 2020-12-19 00:22:47 +08:00 committed by GitHub
parent 2f00b66c0a
commit 146fe733b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@ Run the following commands on the virtual machine you want to add to the Istio m
{{< text bash >}}
$ curl -LO https://storage.googleapis.com/istio-release/releases/{{< istio_full_version >}}/rpm/istio-sidecar.rpm
$ sudo rpm -i istio-sidecar.deb
$ sudo rpm -i istio-sidecar.rpm
{{< /text >}}
{{< /tab >}}

View File

@ -210,7 +210,7 @@ test: no
{{< text bash >}}
$ curl -LO https://storage.googleapis.com/istio-release/releases/{{< istio_full_version >}}/rpm/istio-sidecar.rpm
$ sudo rpm -i istio-sidecar.deb
$ sudo rpm -i istio-sidecar.rpm
{{< /text >}}
{{< /tab >}}