Skip to content

Conversation

evanfoster
Copy link

When --burst-limit/$HELM_BURST_LIMIT is set, the specified value is not currently used for the discovery client instantiated by genericclioptions. This change sets genericclioptions.discoveryBurst to the value of --burst-limit, meaning it should now be possible to fix client-side throttling issues encountered by the discovery client.

This value is only configured if --burst-limit is actually set. If --burst-limit is set to the default value, then discoveryBurst should be left at its default of 300.

Closes #13128

When --burst-limit/$HELM_BURST_LIMIT is set, the specified value is not
currently used for the discovery client instantiated by
genericclioptions. This change sets genericclioptions.discoveryBurst to
the value of --burst-limit, meaning it should now be possible to fix
client-side throttling issues encountered by the discovery client.

This value is only configured if --burst-limit is actually set. If
--burst-limit is set to the default value, then discoveryBurst should be
left at its default of 300.

Closes helm#13128

Signed-off-by: Evan Foster <efoster@adobe.com>
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 18, 2024
@mattfarina mattfarina added this to the 3.15.3 milestone Jun 20, 2024
@mattfarina
Copy link
Collaborator

XS sized changes only need one maintainer approval to merge. Merging.

@mattfarina mattfarina merged commit e232613 into helm:main Jun 20, 2024
@mattfarina mattfarina added the picked Indicates that a PR has been cherry-picked into the next release candidate. label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
picked Indicates that a PR has been cherry-picked into the next release candidate. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom burst limit settings don't apply to discovery
3 participants