Skip to content

Increase the QPS and Burst value of the kubefed controller manager

Calvin Yu请求将github/fork/iawia002/kubefed-config合并到master

Created by: iawia002

When I was debugging issue https://github.com/kubesphere/kubesphere/issues/4343, I found that the QPS and Burst values for the rest-client of the kubefed-controller-manager component were configured very low(5 and 10), causing the component to start very slowly:

Waited for due to client-side throttling, not priority and fairness

So I set it to a suitable value.

/cc @zryfish

合并请求报告