Files
kubernetes/pkg/volume
Kubernetes Submit Queue e1a270d6dc Merge pull request #68117 from andyzhangx/azurefile-crsss-rg
Automatic merge from submit-queue (batch tested with PRs 68051, 68130, 67211, 68065, 68117). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

support cross resource group for azure file

**What this PR does / why we need it**:
support cross resource group for azure file: by `resourceGroup` field, azure cloud provider will create azure file on user specified resource group

```
---
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: azurefile-rg
provisioner: kubernetes.io/azure-file
parameters:
  resourceGroup: RESOURCE_GROUP_NAME
  storageAccount: EXISTING_STORAGE_ACCOUNT
```
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #64428

**Special notes for your reviewer**:

**Release note**:

```
resourcegroup parameter is added to AzureFile storage class to support azure file dyanmic provision in cross resource group.
```

/kind bug
/sig azure
/assign @feiskyer 
cd @khenidak
2018-08-31 15:32:49 -07:00
..
2018-06-22 16:22:57 -07:00
2018-08-14 11:12:54 +08:00
2018-06-22 16:22:57 -07:00
2018-07-14 10:34:21 +08:00
2018-06-22 16:22:57 -07:00
2018-08-14 11:12:54 +08:00
2018-06-22 16:22:57 -07:00
2016-07-16 13:48:21 -04:00
2017-03-02 15:01:59 -08:00
2018-02-27 20:23:35 +08:00
2018-08-21 13:59:08 -04:00
2018-08-14 11:12:41 +08:00
2018-08-14 11:12:41 +08:00