kuadrant-operator
kuadrant-operator copied to clipboard
Fix Mesh provider selection
At the moment the controller is relying on having IstioOperator CRD in the cluster and if not, it chooses to install OSSM. This is far from ideal, for many reasons, starting with having a CRD in the cluster doesn't mean Kuadrant needs to make decisions based on that to it's impossible to switch from one to the other. The selection needs to come from configuration in Kuadrant spec possibly.
Notes: RFC: https://github.com/Kuadrant/architecture/pull/7