Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: tune external-disk-provisioner flow control
We should consider the default quota of ECS OpenAPI. The current quota for CreateDisk/DeleteDisk is 500/60s. Each cycle needs 3 API call: create: - create PV delete: - delete PV - patch PV finalizer We set the qps of csi-attacher to 25 to support 500/60s create+delete operations. This is 5x of the default config.
- Loading branch information