We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18dc14 commit ef8b25cCopy full SHA for ef8b25c
core/clustersmngr/cluster/cluster.go
@@ -30,8 +30,9 @@ const (
30
)
31
32
var (
33
- kubeClientTimeout = getEnvDuration("WEAVE_GITOPS_KUBE_CLIENT_TIMEOUT", 30*time.Second)
34
- DefaultKubeConfigOptions = []KubeConfigOption{WithFlowControl}
+ kubeClientTimeout = getEnvDuration("WEAVE_GITOPS_KUBE_CLIENT_TIMEOUT", 30*time.Second)
+ // DefaultKubeConfigOptions = []KubeConfigOption{WithFlowControl}
35
+ DefaultKubeConfigOptions = []KubeConfigOption{}
36
37
38
type KubeConfigOption func(*rest.Config) (*rest.Config, error)
0 commit comments