kudo icon indicating copy to clipboard operation
kudo copied to clipboard

Controller-side resolution of Operator and OperatorVersion from Instance

Open gerred opened this issue 6 years ago • 1 comments

Probably post-GA, but it would be nice if the end user interaction was completely driven around Instances, and the KUDO manager resolved and installed the O/OV CRDs. Obviously you could still install in the other ways should you want to, but this would solve problems in other software from having to deal with our resolution code. Instead, they could use our clients to simply create an Instance CRD, trusting that KUDO will try to resolve it (and publishing the right events if it can't).

gerred avatar Oct 24 '19 14:10 gerred

@gerred I'm not sure this is feasible at this point: we have a number of places where we expect O/OV to exist in order to proceed with the instance handling. Like for example, the webhook needs to know what plans are in the OV in order to schedule e.g. deploy plan on the Instance creation.

zen-dog avatar Jul 08 '20 14:07 zen-dog