KUBE_CLIENT_QPS

Constant KUBE_CLIENT_QPS 

Source
pub const KUBE_CLIENT_QPS: f32 = 20.0;
Expand description

Kubernetes API client queries per second (sustained rate)

This matches kubectl default rate limits and has been tested at scale. Prevents overwhelming the API server with too many requests. Can be overridden via BINDY_KUBE_QPS environment variable.