Marc Nuri

Results 709 comments of Marc Nuri

Now that #4464 / #4460 has been tackled, we should be able to complete this issue. #2110 should now be closed or recreated from scratch (@rohanKanojia).

Hi @metacosm, What's the status of this issue? I'm planning the features to be completed in scope of [v7.0](https://github.com/fabric8io/kubernetes-client/issues/5778).

Note, there is no bot controlling the issue assignment so `/assign' won't work. If you're willing to work on the issue, just ask so politely :slightly_smiling_face: Also, make sure to...

> Should test resource directory ${basedir}/src/test/jkube be configurable like resource dir? If yes, what should be the name/property of the field ? Same procedure as helm standard resource location. If...

https://github.com/snowdrop/java-buildpack-client

> In order to use BuildKit... Does this mean that multi-platform can be enabled for docker leveraging the rest API? ### Related links - https://github.com/moby/buildkit

It might have to do with the newer enforced readiness waits we added for Pods (#4637 / #4695 / #5229 / #5245). Have you noticed if this is a fixed...

> It's more 15s delay than 5s Probably there's a retry involved > using .withReadyWaitTimeout(0) fixes the issue We need to properly document this in the Javadocs.

We can consider switching the defaults for v7. As a pending task, we need to add this information to the current Javadocs.

AFAIR we no longer generate Kubernetes Resource List objects. You should reuse `DefaultKubernetesResourceList`-> `io.fabric8.kubernetes.api.model.KubernetesList` and the associated builder if needed. /cc @shawkins @andreaTP