-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Summary of issue
Documentation for the operator states the following
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.
However the alternatives proposed are confusing
Helm
The proposed installation method using Helm page specifically states
This feature is currently considered alpha.
Alpha features not preferred for production deployments.
Istioctl
The istioctl option points back to the operator CRD as the recommended method for production installations.
Providing the full configuration in an IstioOperator CR is considered an Istio best practice for production environments. It also gives you the option of completely delegating the job of install management to an Istio Operator, instead of doing it manually using istioctl.
Requested Resolution
Can you please provide
- Clear documentation for the preferred installation / upgrade method
- Reason the istio operator is being deprecated
The only reference I was able to find on the istio operator deprecation was #10420 which is unclear as to the reasoning.