mirror of https://github.com/istio/istio.io.git
Fix istio-sidecar install doc error (#8690)
* Fix istio-sidecar install doc error * Do also for Chinese
This commit is contained in:
parent
2f00b66c0a
commit
146fe733b0
|
@ -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 >}}
|
||||
|
|
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue