kubernetes/pkg/cloudprovider
Kubernetes Submit Queue 5356a16f01 Merge pull request #40066 from vwfs/reduce_azure_polling_time
Automatic merge from submit-queue

Set custom PollingDelay of 5 seconds for Azure VirtualMachinesClient

The default polling delay of 1 minute results in very long delays when
an Azure Disk is attached to a node. It gets worse as go-autorest
doubles the default delay to 2 minutes.

Please see: https://github.com/kubernetes/kubernetes/issues/35180#issuecomment-273085063

Only the PollingDelay for VirtualMachinesClient is modified here to
avoid too much pressure on Azure quotas.

Release Nodes:
```release-note
Reduce time needed to attach Azure disks
```
2017-01-23 01:16:25 -08:00
..
providers Merge pull request #40066 from vwfs/reduce_azure_polling_time 2017-01-23 01:16:25 -08:00
BUILD start the apimachinery repo 2017-01-11 09:09:48 -05:00
cloud.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
OWNERS Updated top level owners file to match new format 2017-01-19 11:29:16 -08:00
plugins.go more readable 2016-12-07 11:35:50 +08:00