Sébastien Crocquesel

Results 50 comments of Sébastien Crocquesel

> I still don't see which Kubernetes tests you say are failing on the Windows run. You are right. As the job keep failing, I thought it was the new...

> I guess this won't work with Quarkus 2.7… Yes, I moving this PR to Quarkus as it best fit in the kubernetes extension. Will see latter how to have...

If you clean up cache entries, I think you will be in the same state as at startup, that is being in an unknown previously observed state. It may lead...

I think the current API is enough. Kubernetes API is a restfull api and all fabricio methods returns the new version when successfull. As such, we should always use the...

Note that this is also true for `ErrorStatusHandler.updateErrorStatus`.

Thinking about this, I see two kinds of multiple dependents of same type: - fixed : the number of dependents is know at build time and a discriminating name should...

Would it be possible to add a label filter by configuration ? For those using config map as CRD it can help.

Don't know if it really matter or outweight the pros, but the quarkus extension sometimes needs to deal with quarkus platform version. A new version could be release without JOSDK...

@maschnetwork Do you know if there are plans to support `--link-at-build-time` ? Somes places check for the presence of an eventually present CRT class and this is not supported by...

> On operator startup all resources are reconciled, there actually hard to come up with a strategy which one to evict. Maybe evicting with a jitter so that on a...