From b0d290a40b149f4cf2071af385e0ed60e5eb9c28 Mon Sep 17 00:00:00 2001 From: David Eads Date: Wed, 18 Nov 2020 10:17:10 -0500 Subject: [PATCH] update discovery burst to reflect lots of CRDs on openshift clusters --- vendor/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go b/vendor/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go index 2bf672ac9f..beb8438826 100644 --- a/vendor/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go +++ b/vendor/k8s.io/cli-runtime/pkg/genericclioptions/config_flags.go @@ -225,7 +225,7 @@ func (f *ConfigFlags) ToDiscoveryClient() (discovery.CachedDiscoveryInterface, e // The more groups you have, the more discovery requests you need to make. // given 25 groups (our groups + a few custom resources) with one-ish version each, discovery needs to make 50 requests // double it just so we don't end up here again for a while. This config is only used for discovery. - config.Burst = 100 + config.Burst = 200 cacheDir := defaultCacheDir