Marc Nuri
Marc Nuri
> OkHttp is being used in the project. Can this have some side effect since now vertx is used for the mock server? It shouldn't have to be related to...
> [@manusa](https://github.com/manusa) I'm trying to force the usage of okhttp client based on [this](https://github.com/fabric8io/kubernetes-client/blob/main/doc/MIGRATION-v7.md#vertx-as-default-httpclient-implementation-) but it still doesn't work. It seems the io.fabric8:kubernetes-server-mock is also using vertx. Is there a...
There should already be a Java Operator SDK release with Kubernetes Client v7.0. I think this issue is no longer applicable.
> Can it be caused by this issue fix? [#6892](https://github.com/fabric8io/kubernetes-client/issues/6892) It might be related, however, unless I'm missing something else, the PATCH operation implemented in #6893 should be fine
I can't reproduce this using https://artifacthub.io/packages/helm/bitnami/keycloak in version 24.6.7. Steps 1. Installing the chart: ``` helm install keycloak oci://registry-1.docker.io/bitnamicharts/keycloak ``` 2. Waiting for everything to be ready 3. Ensuring statefulset...
> kubectl rollout restart AFAIR kubectl rollout restart does exactly the same we do (add an annotation the the pod template). So I'm not sure why that doesn't fail with...
I guess we can follow this approach for the fix, but I'm worried about why is this now failing in the first place: If we check the JSON Patch, add...
I don't think that the current MockServer implementations supports responses that can't be converted to Strings. In version 7.0.0 we're going to switch the core library supporting the Kubernetes Mock...
> What was the reason for doing it this way? I'm not sure why this was implemented this way, so I can't reply to that. Note that the main purpose...
> I cannot even find where (in either fabric8 code, or in okhttp3 code This is probably part of the OkHttp implementation when the body of the mock response is...