quarkiverse / quarkus-operator-sdk

Quarkus Extension to create Kubernetes Operators in Java using the Java Operator SDK (https://github.com/java-operator-sdk/java-operator-sdk) project
Apache License 2.0
121 stars 50 forks source link

Investigate whether descoped operator is supported #361

Open Sgitario opened 2 years ago

Sgitario commented 2 years ago

More about descope operators:

Jamstah commented 1 year ago

We've been playing with this for the keycloak operator here: https://github.com/keycloak/keycloak/pull/21231

Tue SDK currently supports all namespaces mode - if you don't include a namespace annotation on the controllers the OLM bundle works in descoped mode. You need to make sure your informers are written to pick up the right namespaces, of course.