Sun S. D. Tan

Results 92 comments of Sun S. D. Tan

It fails only when I am scaling down to 0 everything, it should work otherwise. Maybe che-operator shouldn't fail if this kind of issue occurs.

Hi @hossman, I managed to reproduce the issue in a unit test and I am proposing this fix https://github.com/fabric8io/kubernetes-client/pull/4381 Let me know if it works for you.

@markusheiden I am very sorry, I am just seeing now your draft PRs. Any feedback on this https://github.com/fabric8io/kubernetes-client/pull/4381 would be appreciated. Thanks !

@hossman I think it is worth creating a separate issue. IMHO, it is not that straight forward, the process builder is invoking already `sh`, `-c`, and the subcommand + args...

Hello @ly123-liu , Thanks for reporting this issue. It will be very hard for us to analyse that and reproduce this issue. It may be a network issue. Could you...

Hey, Discussed about this with @akram Do you have a Jenkins jira issue opened for that problem? If not, could you log one? From our side, it looks difficult to...

hello. Looking at @rohanKanojia example, `io/fabric8/kubernetes/internal/KubernetesDeserializer.class` in `./target/features-repo/io/fabric8/kubernetes-model-core/5.11.2/kubernetes-model-core-5.11.2.jar` but also in `./target/features-repo/io/fabric8/kubernetes-client/5.11.2/kubernetes-client-5.11.2-bundle.jar` Looking at each bundle's `MANIFEST.MF` file, the package `io.fabric8.kubernetes.internal` is exported in `kubernetes-client-5.11.2-bundle.jar` but not in `kubernetes-model-core-5.11.2.jar` (marked...

what you could try is to use `kubernetes-client-5.11.2-bundle.jar` but exclude the other kubernetes client bundles. My guess is that `-bundle.jar` is a all in one bundle. Maybe we should deprecate...