Skip to content

Commit ef8b25c

Browse files
committed
do not have flow control
1 parent d18dc14 commit ef8b25c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/clustersmngr/cluster/cluster.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ const (
3030
)
3131

3232
var (
33-
kubeClientTimeout = getEnvDuration("WEAVE_GITOPS_KUBE_CLIENT_TIMEOUT", 30*time.Second)
34-
DefaultKubeConfigOptions = []KubeConfigOption{WithFlowControl}
33+
kubeClientTimeout = getEnvDuration("WEAVE_GITOPS_KUBE_CLIENT_TIMEOUT", 30*time.Second)
34+
// DefaultKubeConfigOptions = []KubeConfigOption{WithFlowControl}
35+
DefaultKubeConfigOptions = []KubeConfigOption{}
3536
)
3637

3738
type KubeConfigOption func(*rest.Config) (*rest.Config, error)

0 commit comments

Comments
 (0)