operator-controller icon indicating copy to clipboard operation
operator-controller copied to clipboard

[Feature] Improved Testability for local development and CI pipelines

Open SimonBaeumer opened this issue 2 years ago • 0 comments

Problem Currently we struggle testing the operator with OLM. OLM adds more capabilities, i.e. pre-flight checks, and caused an incident in an ACS release. It is hard to test operator changes due to the complexity of different OLM CRs (subscription, install plans, CSV, catalog) interacting with each other. Having a process to test the upgrade logics easy would be great and simplify our development process significantly.

SimonBaeumer avatar Aug 28 '23 08:08 SimonBaeumer