Marc Nuri
Marc Nuri
Hi @zhaojiq A few months back I created a [**PoC**](https://github.com/manusa/yakc) for a Kubernetes Client with a different approach to that of the existent clients. Besides reasons like having low-level access...
I think #3105 took care of this. > With current implementation of TokenRefreshInterceptor will only refresh (reload) the token when API server rejects with HTTP status code 401. IMHO it's...
We could add a configuration option that would mark the token stale after `n` period. Then a few options: - Scheduled thread that reloads the Token file - Check staleness...
Relates to: - https://github.com/fabric8io/kubernetes-client/issues/2611#issuecomment-745088459 - https://github.com/fabric8io/kubernetes-client/issues/2959 (duplicate)
Was this introduced in 5.8.0? What was the latest version that worked for you?
The way handlers are provided changed recently. It might be related to that. However, I'm still unsure how it relates to OSGi. Maybe the static initialization doesn't have access to...
Yes, I discussed this with @rohanKanojia the other day. That library is based in a fork of another repo. We might just depend on the original library. Also the CVE...
Hi @yimoucao, Thx for your contribution. > @manusa or @Sgitario how to bypass Schema files modified. Build Failure ? my change definitely will update schema You need to regenerate the...
I've missed this issue. Last month I spent some time refactoring the Mock Server **CRUD mode** and I was thinking that we were missing something related to what's requested here....
Is this still happening? I recall we added automatic token refresh mechanism for a few scenarios. If it is, is anyone with a GCP cluster willing to contribute a fix?