Skip to content

Commit

Permalink
🌱 increase clusterctl client throttle burst
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh committed Mar 28, 2023
1 parent 197e7f9 commit 0d5dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clusterctl/client/cluster/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (k *proxy) GetConfig() (*rest.Config, error) {

// Set QPS and Burst to a threshold that ensures the controller runtime client/client go doesn't generate throttling log messages
restConfig.QPS = 20
restConfig.Burst = 100
restConfig.Burst = 300

return restConfig, nil
}
Expand Down

0 comments on commit 0d5dd07

Please sign in to comment.