Attila Mészáros
Attila Mészáros
Hi @tapwaterbuffalo thank you for your input. > Then you could perhaps provide a generic Grafana dashboard to evaluate operator health for a few different flavors, like prometheus. Yes, this...
> Histogram generation between Micrometer and Prometheus produces Prometheus Native histogram output, it would be nice if we could control whether it uses Native or Classic histograms. The buckets for...
just putting here for the record related stuff: https://github.com/operator-framework/java-operator-sdk/pull/2001 https://github.com/operator-framework/java-operator-sdk/issues/1999 https://github.com/operator-framework/java-operator-sdk/discussions/1995 So basically this was discussed in context of KeyCloak operator, and we agreed on this approach.
I was thinking more about this, and here I'm probably not right: > Practical: the change from this PR would simply not work in this scenario: the config map. (as...
Was thinking more about this, and actually, what we could do is do this way as you propose when that feature flag `createResourceOnlyIfNotExistingWithSSA` is set to false. And do as...
> Somewhat related: another example of the `getSecondaryResources` behavior being confusing: [quarkiverse/quarkus-operator-sdk#1161](https://github.com/quarkiverse/quarkus-operator-sdk/issues/1161). There have been several such instances since the v5 update. In my opinion, the `createResourceOnlyIfNotExistingWithSSA` should be `false`...
Hi @mwoudstra , are you using JOSDK Spring Boot starter or just plain spring boot with the framework?
Ok, so, what we could do is support this explicitly in the Spring boot strater. Will take a look on that in coming weeks. Meanwhile if you have a hard...
Hi @michaelkoepf , I don't think this would address the issue in Spring Boot starter, but I plan to do an explicit support there. But in case pls create a...
@metacosm @xstefank I think this would be a nice at least to showcase, pls let me know if you want to pick it up sooner, if not I will eventually...