outscale / osc-bsu-csi-driver

Apache License 2.0
8 stars 18 forks source link

Add default kube-api-qps, burst, and worker-threads values in CSI driver #826

Closed outscale-hmi closed 1 month ago

outscale-hmi commented 1 month ago

Is this a bug fix or adding new feature? For context : https://docs.google.com/document/d/1wyq_9-EFsr7U90JMYXOHxoJlChwWXJqWsah3ctmuDDo/edit?tab=t.0

Added values: --kube-api-qps

--kube-api-burst:

=> These settings help optimize the interaction between the CSI driver and the Kubernetes API server, The ideal values for these flags depend on your cluster size, node count, and storage usage patterns. In small clusters, lower values might be sufficient, while larger clusters may need higher values.