-
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
Enable storage class support in Azure File volume #42170
Conversation
09b06c6
to
8d2f393
Compare
8d2f393
to
17b5997
Compare
Why do you add the secret here? You didn't do this for the AzureDisk dynamic provisioner did you? |
Signed-off-by: Huamin Chen <[email protected]>
17b5997
to
6782a48
Compare
@colemickens right, for azure disk, no secret is needed in Azure API. Azure file is different, it needs a username (i.e. |
@kubernetes/sig-storage-misc |
I think I understand: AzureDisk needs the user/pass for Storage too, but those values are used by k-c-m which has access to the Azure cloudprovider auth context. On the other hand, for AzureFiles, the user/pass is used directly by Is that the gist? |
@colemickens yes, that's the idea. |
Looks good to me. Thanks @rootfs. |
@saad-ali PTAL, thanks |
/assign @colemickens |
/lgtm |
@k8s-bot cvm gce e2e test this |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED The following people have approved this PR: brendandburns, colemickens, rootfs Needs approval from an approver in each of these OWNERS Files:
We suggest the following people: |
@k8s-bot unit test this |
Automatic merge from submit-queue (batch tested with PRs 43642, 43170, 41813, 42170, 41581) |
@rootfs PR needs rebase |
What this PR does / why we need it:
Support StorageClass in Azure file volume
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: