k3s/pkg/volume/azure_dd
Kubernetes Submit Queue 3904cc7803
Merge pull request #54687 from andyzhangx/createvolume-fix
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

fix CreateVolume func: use search mode instead

**What this PR does / why we need it**:
This is a little fall back for CreateVolume func: use search mode for Dedicated kind as @rootfs suggested.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #52396

**Special notes for your reviewer**:
I reference the implmentation of v1.6 in the same CreateVolume func
https://github.com/kubernetes/kubernetes/blob/release-1.6/pkg/cloudprovider/providers/azure/azure_storage.go#L213-L247

**Release note**:

```
fix azure storage account exhausting issue by using azure disk mount
```
/sig azure

@rootfs @feiskyer @karataliu
2017-11-30 13:55:29 -08:00
..
BUILD Update generated files 2017-11-09 12:14:08 +01:00
OWNERS add andyzhangx as reviewer 2017-11-18 04:56:39 +00:00
attacher.go enable azure disk mount on windows node 2017-09-12 01:52:48 +00:00
azure_common.go add Standard GRS, RAGRS support for azure disk 2017-11-17 09:13:17 +00:00
azure_common_linux.go fix#50150: azure disk mount failure on coreos 2017-10-25 05:19:57 +00:00
azure_common_test.go TestIoHandler should not run on unsupported platforms 2017-09-20 00:35:58 -07:00
azure_common_unsupported.go enable azure disk mount on windows node 2017-09-12 01:52:48 +00:00
azure_common_windows.go enable azure disk mount on windows node 2017-09-12 01:52:48 +00:00
azure_dd.go search by accounttype in CreateVolume func 2017-11-19 11:18:08 +00:00
azure_dd_test.go Adding dynamic Flexvolume plugin discovery capability, using filesystem watch. 2017-08-25 11:42:32 -07:00
azure_mounter.go fix panic bug 2017-11-07 13:57:08 +08:00
azure_provision.go search by accounttype in CreateVolume func 2017-11-19 11:18:08 +00:00