Attila Mészáros
Attila Mészáros
On operator startup all resources are reconciled, there actually hard to come up with a strategy which one to evict.
see also: https://github.com/java-operator-sdk/java-operator-sdk/issues/1817
@10000-ki there controllers would have different Informers that would trigger them? Or what would be the benefit? I know it's not nice but now just making just spanning an additional...
Discussed on Discord: https://discord.com/channels/723455000604573736/723455000604573739/1172281835879936030 Going to close this for now if no objections
> I would rather see the discussion here so that when/if people have the same question, they can see the answer here instead of having to go to Discord… 😢...
@10000-ki It's a good question. I think until you don't have some real life performance issues this is fine. Dependent Resources already do a bunch of optimizations, that are not...
sure, pls let us know @10000-ki , thx!!
I don't see how this could be done elegantly in a generic way. If you have any idea pls let us know, closing for now.
@bhellema how often you see this ? is it resolvedd shortly after? thinking if this might be an issue in JOSDK: https://github.com/java-operator-sdk/java-operator-sdk/blob/9d274534f8a222c931b05dc05490b744a9ea6ea4/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/health/InformerHealthIndicator.java#L11-L14 So, the ` ... && hasSynced() && isWatching()`...
see: https://github.com/java-operator-sdk/java-operator-sdk/pull/1737