Marc Nuri

Results 701 comments of Marc Nuri

### Eclipse JKube [CI Report](https://github.com/jkubeio/ci) Started new GH workflow run for https://github.com/eclipse/jkube/pull/1451 (_2022-04-12T07:45:01Z_) :gear: [JKube E2E Tests (2153365153)](https://github.com/jkubeio/ci/actions/runs/2153365153) - :heavy_check_mark: [Bootstrap CI test run (#1451)](https://github.com/jkubeio/ci/runs/5985613543?check_suite_focus=true) - :heavy_check_mark: [K8S v1.12.0 dockerfile...

Hi @Celebrate-future, We'd be really happy to include your changes, but we need you to do the requested changes to your commit metadata first. https://github.com/eclipse/jkube/pull/1451#issuecomment-1096290408

Hi @adriannowak could you please confirm that KMP v1.8.0 works on your Apple M1 machine?

### Eclipse JKube [CI Report](https://github.com/jkubeio/ci) Started new GH workflow run for https://github.com/eclipse/jkube/pull/1696 (_2022-09-05T13:35:33Z_) :gear: [JKube E2E Tests (2993473429)](https://github.com/jkubeio/ci/actions/runs/2993473429) - :heavy_check_mark: [Bootstrap CI test run (#1696)](https://github.com/jkubeio/ci/runs/8189307200?check_suite_focus=true) - :heavy_check_mark: [K8S v1.12.0 dockerfile...

> @manusa please check these comments [#1696 (comment)](https://github.com/eclipse/jkube/pull/1696#issuecomment-1212133029) [#1696 (comment)](https://github.com/eclipse/jkube/pull/1696#issuecomment-1212137185) In general, you're trying to combine far too many tests which might not be combinable. Consider that the parameters should...

Thanks for your report, we'll take a look into this. It seems to be definitely a bug.

Might be related to https://github.com/fabric8io/kubernetes-client/issues/4226 and the `BackwardsCompatibilityInterceptor` kicking in. Could you try setting the system property `kubernetes.backwardsCompatibilityInterceptor.disable` or environment variable `KUBERNETES_BACKWARDSCOMPATIBILITYINTERCEPTOR_DISABLE` to true?

> I'm not sure what action to take here. We have upgraded to Fabric8 Kubernetes Client v6.0.0 in #1464 . BackwardsCompatibilityInterceptor should be disabled by default now. With the client...

Interceptor should now be disabled by default in [v1.9.0](https://github.com/eclipse/jkube/releases/tag/v1.9.0) which we just released.