Marc Nuri

Results 681 comments of Marc Nuri

> The rotating scenarios include rotation of the kubeconfig and the properties/fields under question are mainly the `token` and `certificate-authority-data`, i.e. `caCertData` of Config. The token does get refreshed (and...

Sorry @anilporiya , I missed your reply and just saw it. The Config class has been heavily refactored in v7.0 of the client. Could you please confirm that certificates aren't...

> This support will make it much easier for keycloak to work with a proxy. @manusa will there be another 6.13 release? Sorry @shawkins, this PR got buried and I...

> When I try to create a Pod using the KubernetesClient from the server and specify uid for the pod it is not taken into account and different one is...

Is this still happening with the latest version of the client? We've seen that watchers might become stale or dead from the kube-api side. This means that events are no...

> Can you please explain what this `ListOptions.timeoutSeconds` effectively does? When I tested this locally with a very low value (5 seconds). The watch appears to process events way beyond...

AFAIR client-go establishes a default timeout of 5 minutes. In addition, you'd want to add some random jitter time (especially for cases as you describe). If you're keeping a local...