Fabien Thouny

Results 10 comments of Fabien Thouny

Hi @samrocketman @bitwiseman, Our Jenkins instance is also particularly impacted by this new Github rate limiting since 1 month. We already applied some workarounds like the one suggested in https://github.com/hub4j/github-api/issues/1728#issuecomment-1771970989...

Thanks for the explanation @samrocketman :) @bitwiseman : here are some logs extracted from our Jenkins Controller Jenkins controller logs ``` 2023-11-16 06:18:40.425+0000 [id=1510] INFO org.kohsuke.github.GitHubClient#logRetryConnectionError: Connect timed out while...

I just deployed the incremental build `1.318-454.v6624edb_76df9` of the github-api plugin in our infra : I will let you know the results in a few days. Thanks again !

Hi @bitwiseman ! Unfortunately, I don't see any improvement in our infrastructure for the moment : still similar amounts of `org.kohsuke.github.GitHubClient#logRetryConnectionError` per day in our Jenkins controller logs :/ I'll...

I wonder if a workaround to this issue, which looks like a race condition in the StatefulSet controller, would be solved by setting `.spec.minReadySeconds` (stable in k8s 1.25) to something...

According to the [related kep](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2599-minreadyseconds-for-statefulsets/kep.yaml#L30), it was moved to Beta, and so enabled by default, in k8s 1.23. So, the minimum supported version for cass-operator could remain 1.23 ?

> Looks like this is published under > > helm pull oci://us-central1-docker.pkg.dev/k8s-staging-images/ingress-nginx/charts/ingress-nginx And promoted under `registry.k8s.io/ingress-nginx/charts/ingress-nginx` as well ? :) https://oci.dag.dev/?repo=registry.k8s.io%2Fingress-nginx%2Fcharts%2Fingress-nginx

@dhimanAbhi @realshuting : thanks for your work on this issue ! I have a doubt though: does #12799 cover only `kyverno test` or does it apply somehow to `kyverno apply...

Thanks @dhimanAbhi ! So I believe the scope of this issue is only partially covered, so ? Maybe the scope was too broad but I see at least 3 other...