Skip to content

Commit

Permalink
Increase QPS/Burst parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed May 17, 2023
1 parent 6bd95dd commit 6db6e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func Start(uuid string, indexer *indexers.Indexer) error {
if err != nil {
return err
}
restConfig.QPS = 50
restConfig.Burst = 50
clientSet = kubernetes.NewForConfigOrDie(restConfig)
orClientSet = openshiftrouteclientset.NewForConfigOrDie(restConfig)
dynamicClient = dynamic.NewForConfigOrDie(restConfig)
Expand Down

0 comments on commit 6db6e78

Please sign in to comment.