mirror of https://github.com/istio/istio.io.git
Add notice about centos 8 support (#8770)
* Add notice about centos 8 support Fixes https://github.com/istio/istio/issues/30020 * Update index.md * Update content/en/docs/setup/install/virtual-machine/index.md
This commit is contained in:
parent
e67d0da8a3
commit
3ba8969ce5
|
@ -355,6 +355,8 @@ Run the following commands on the virtual machine you want to add to the Istio m
|
|||
|
||||
{{< tab name="CentOS" category-value="centos" >}}
|
||||
|
||||
Note: only CentOS 8 is currently supported.
|
||||
|
||||
{{< text bash >}}
|
||||
$ curl -LO https://storage.googleapis.com/istio-release/releases/{{< istio_full_version >}}/rpm/istio-sidecar.rpm
|
||||
$ sudo rpm -i istio-sidecar.rpm
|
||||
|
|
Loading…
Reference in New Issue