helm: configure kube client-go exponential backoff by default#36648
Merged
pchaigno merged 2 commits intocilium:mainfrom Feb 11, 2025
Merged
helm: configure kube client-go exponential backoff by default#36648pchaigno merged 2 commits intocilium:mainfrom
pchaigno merged 2 commits intocilium:mainfrom
Conversation
c368f3d to
327aa67
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
327aa67 to
383ba85
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Author
|
discussed in sig-scalability meeting this morning: TODO on me to add an upgrade note for this in the docs |
383ba85 to
0f078b8
Compare
This comment was marked as resolved.
This comment was marked as resolved.
Author
|
rebased and added upgrade note to docs. Please let me know if you'd prefer this to be in the same commit as the helm chart change. |
0f078b8 to
7a44e46
Compare
This comment was marked as outdated.
This comment was marked as outdated.
7a44e46 to
bc4a399
Compare
Author
|
/test |
This was referenced Oct 2, 2025
This was referenced Oct 20, 2025
1 task
1 task
1 task
1 task
1 task
1 task
1 task
This was referenced Oct 23, 2025
Closed
1 task
This was referenced Oct 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configure env vars KUBE_CLIENT_BACKOFF_BASE and
KUBE_CLIENT_BACKOFF_DURATION in cilium-agent.
This is used by client-go to enable exponential backoff to avoid a thundering herd of LIST requests when apiserver is overloaded.
Users can configure the backoff using these helmvalues:
Fixes: #36525