Skip to content

Commit

Permalink
increase qps and burst to 100 (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Zihan Jiang <[email protected]>
  • Loading branch information
ZihanJiang96 authored Jan 9, 2024
1 parent a70d012 commit f1c019e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ func newKubernetesClient(localMode string) *kubernetes.Clientset {
if err != nil {
log.Fatalln("cannot load kubernetes config from InCluster")
}
config.QPS = 100
config.Burst = 100
}
return kubernetes.NewForConfigOrDie(config)
}
Expand Down

0 comments on commit f1c019e

Please sign in to comment.