Marc Nuri

Results 709 comments of Marc Nuri

After the fixes in Quarkus and Fabric8: - https://github.com/fabric8io/kubernetes-client/pull/5759 - https://github.com/quarkusio/quarkus/pull/38886 This might not be needed anymore. The final binary size is now reasonable enough. The added complexity to provide...

This seems more related to Spring Boot than to the client. If you're explicitly creating the KubernetesClient instance, I'm not sure why Spring is expecting a KubernetesClient bean to be...

Are you by any chance using Spring Cloud Kubernetes? Check the FAQ: https://github.com/fabric8io/kubernetes-client/blob/main/doc/FAQ.md#ive-tried-adding-a-dependency-to-kubernetes-client-but-im-still-getting-weird-class-loading-issues-what-gives

I'm assuming that Spring Cloud OpenFeign has a transitive dependency to Spring Cloud core and the Fabric8 module, so extremely likely this is the problem.

Check how the model and API modules are referencing an older **6.2.0** version while the client is at **6.10.0**. Please add the BOM dependency as the FAQ states or override...

Is this still applicable? Is there still interest on this?

Relates to https://github.com/fabric8io/kubernetes-client/issues/3474#issuecomment-957940971

> It might be an ide to also support this in the CustomResource abstraction, [...] > While this is definitely true, [...] This is a discussion that also came up...

Are you aware if this occasional generation error is still happening?

I wanted to spend some time experimenting with the code generation and alternative methods to what we have at the moment. This is one of the multiple goals to achieve....