Merge pull request #7311 from ywk253100/240112_qps

Increase the k8s client QPS/burst
This commit is contained in:
Xun Jiang/Bruce Jiang
2024-01-15 11:21:35 +08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
Increase the k8s client QPS/burst to avoid throttling request errors
+2 -2
View File
@@ -88,8 +88,8 @@ const (
defaultResourceTerminatingTimeout = 10 * time.Minute
// server's client default qps and burst
defaultClientQPS float32 = 20.0
defaultClientBurst int = 30
defaultClientQPS float32 = 100.0
defaultClientBurst int = 100
defaultClientPageSize int = 500
defaultProfilerAddress = "localhost:6060"