k3s/pkg/cloudprovider/providers/azure
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
..
BUILD start the apimachinery repo 2017-01-11 09:09:48 -05:00
OWNERS Update OWNERS approvers and reviewers: pkg/cloudprovider 2017-01-17 13:42:07 -08:00
azure.go Set custom PollingDelay of 5 seconds for Azure VirtualMachinesClient 2017-01-18 09:24:28 +01:00
azure_blob.go fix #38362: create blob vhds container if not exists 2017-01-06 15:50:14 +00:00
azure_instances.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_loadbalancer.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_routes.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_storage.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_storageaccount.go add Azure storage and blob service API to support Azure disk dynamic provisioning 2016-10-27 17:42:44 +00:00
azure_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_util.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_wrap.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
azure_zones.go implement azure cloudprovider 2016-07-26 14:50:33 -07:00
vhd.go add Azure storage and blob service API to support Azure disk dynamic provisioning 2016-10-27 17:42:44 +00:00