We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13d31d commit c95a341Copy full SHA for c95a341
main.go
@@ -332,11 +332,10 @@ func main() {
332
// Configure longer timeouts for cluster connections only for Azure Secret cloud
333
if os.Getenv("AZURE_ENVIRONMENT") == azure.AzSecretCloudName {
334
restConfig.Timeout = 30 * time.Second
335
+ restConfig.QPS = 20
336
+ restConfig.Burst = 30
337
}
338
- restConfig.QPS = 20
- restConfig.Burst = 30
339
-
340
mgr, err := ctrl.NewManager(restConfig, ctrl.Options{
341
Scheme: scheme,
342
LeaderElection: enableLeaderElection,
0 commit comments