Skip to content

Commit

Permalink
modify yurt-manager client's default qps and burst
Browse files Browse the repository at this point in the history
  • Loading branch information
李龙峰 committed Nov 23, 2023
1 parent 94cf56d commit 7817631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/yurt-manager/app/options/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ func NewGenericOptions() *GenericOptions {
ResourceName: "yurt-manager",
ResourceNamespace: "kube-system",
},
RestConfigQPS: 30,
RestConfigBurst: 50,
RestConfigQPS: 50,
RestConfigBurst: 100,
WorkingNamespace: "kube-system",
DisabledWebhooks: []string{},
},
Expand Down

0 comments on commit 7817631

Please sign in to comment.