-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(argo-cd): Support new k8sclient.retry
options
#2348
Conversation
add support for the new following controller/server parameters introduce in the 2.9.0 version: - controller.k8sclient.retry.max - controller.k8sclient.retry.base.backoff - server.k8sclient.retry.max - server.k8sclient.retry.base.backoff Signed-off-by: Laurent Lavaud <llavaud@lvdconsulting.pro>
k8sclient.retry
optionsk8sclient.retry
options
Your PR LGTM. Not that I don't believe you, but I can't see the retries stuff actually in v2.9.0 - this is almost certainly because I can't use computers but are you able to reference it for me? |
Here is the related PR: argoproj/argo-cd#16154 |
I see the PR. I couldn't see it merged/released to v2.9.x - it seems to be sat on |
It is in the CHANGELOG, weird... |
I told you I couldn't use computers :) Cheers for your help. |
Do we want to defer this until upstream releases this? 🤔 |
This would be my personal preference. |
Closed as part of 2.10.0 upgrade in #2476 |
add support for the new following controller/server parameters introduce in the 2.9.0 (argoproj/argo-cd#16154) version:
Checklist: