-
Notifications
You must be signed in to change notification settings - Fork 39.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure: reduce polling delay for all Azure clients #43699
Conversation
needs |
@k8s-bot bazel test this |
@k8s-bot verify test this |
cc: @brendandburns @smarterclayton Everything's green, just need an LGTM. Thanks. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brendandburns, colemickens
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue (batch tested with PRs 41135, 43699) |
…43699-kubernetes-release-1.6 Automatic merge from submit-queue Automated cherry pick of #43699 Cherry pick of #43699 on release-1.6. #43699: azure: add k8s info to user-agent string ```release-note Azure cloudprovider: Reduce the polling delay for all azure clients to 5 seconds. This should speed up some operations at the cost of some additional quota. ```
…-pick-of-#43699-kubernetes-release-1.6 Automatic merge from submit-queue Automated cherry pick of kubernetes#43699 Cherry pick of kubernetes#43699 on release-1.6. kubernetes#43699: azure: add k8s info to user-agent string ```release-note Azure cloudprovider: Reduce the polling delay for all azure clients to 5 seconds. This should speed up some operations at the cost of some additional quota. ```
What this PR does / why we need it: Reduces the polling delay for all azure clients to 5 seconds. This should speed up some additional operations at the cost of some quota.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): n/aSpecial notes for your reviewer: This stacks on top of #43697, please only look at latest commit. Alternatively I can rebase this on top of master.
Release note:
I don't think the StorageClient polls anywhere, and it's a different type of client, so I didn't touch it.