blob-csi-driver icon indicating copy to clipboard operation
blob-csi-driver copied to clipboard

fix: increase api qps for blob kubeclient

Open andyzhangx opened this issue 1 year ago • 1 comments

What type of PR is this? /kind bug

What this PR does / why we need it: fix: increase api qps for blob kubeclient

  • original default values
--kube-api-qps <num>: The number of requests per second sent by a Kubernetes client to the Kubernetes API server. Defaults to 5.0.
--kube-api-burst <num>: The number of requests to the Kubernetes API server, exceeding the QPS, that can be sent at any given time. Defaults to 10.

Which issue(s) this PR fixes:

Fixes #

Requirements:

Special notes for your reviewer:

Release note:

fix: increase api qps for blob kubeclient

andyzhangx avatar Oct 25 '22 07:10 andyzhangx

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Oct 25 '22 07:10 k8s-ci-robot