istio / istio.io

Source for the istio.io site
https://istio.io/
Apache License 2.0
762 stars 1.53k forks source link

Multicluster documentation uses the operator installation model #14765

Open kbreit opened 6 months ago

kbreit commented 6 months ago

The documentation at https://istio.io/latest/docs/setup/install/multicluster/primary-remote/ shows how to install Istio using the operator model. However, the operator installation documentation at https://istio.io/latest/docs/setup/install/operator/ says

Use of the operator for new Istio installations is discouraged in favor of the Istioctl and Helm installation methods. While the operator will continue to be supported, new feature requests will not be prioritized.

The documentation for installation should focus on recommended methods instead of deprecated methods.

hanxiaop commented 6 months ago

The IstioOperator resource is not equivalent to the operator mentioned in that document, although the operator controller reconciles that resource as well. The discouraged thing specifically meant to be the in-cluster operator controller. Using istioctl is acceptable and will continue to be supported. We are in the process of making the wording less confusing.

nshankar13 commented 5 months ago

@hanxiaop was looking into adding some steps for how to install Istio + east-west gateways for multi-cluster with Helm. Been testing this out locally and it's doable.

keithmattix commented 4 months ago

You should be able to use networkGateway in the gateway helm chart to configure an eastwest gateway