Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multicluster documentation uses the operator installation model #14765

Open
kbreit opened this issue Mar 21, 2024 · 3 comments
Open

Multicluster documentation uses the operator installation model #14765

kbreit opened this issue Mar 21, 2024 · 3 comments
Assignees

Comments

@kbreit
Copy link

kbreit commented Mar 21, 2024

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
Copy link
Member

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 nshankar13 self-assigned this Apr 22, 2024
@nshankar13
Copy link
Contributor

@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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants