custom-metrics-apiserver
custom-metrics-apiserver copied to clipboard
Support qps and burst of kube api in client-go through command parameters
trafficstars
In some frequently queried scenarios, such as hpa, the default api qps of client-go is relatively small, which will lead to frequent client-side throttle.
We can support qps and burst of kube api in client-go through command parameters.