helm/pkg/cli
Evan Foster 69362df367 fix(helm): Use burst limit setting for discovery
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

Signed-off-by: Evan Foster <efoster@adobe.com>
2024-06-18 13:08:21 -06:00
..
output feat(comp): Add descriptions for output format 2021-02-24 11:43:45 -05:00
values Merge pull request #9182 from pscheid92/4030-provide-literal-alternative-for-set-flag 2023-04-28 14:39:41 -04:00
environment.go fix(helm): Use burst limit setting for discovery 2024-06-18 13:08:21 -06:00
environment_test.go Fix namespace on kubeconfig error 2024-04-23 23:44:39 -04:00
roundtripper.go Check status code before retrying request 2023-01-12 21:03:45 -05:00