-
Notifications
You must be signed in to change notification settings - Fork 40.6k
support Azure premium file dynamic provision in azure file plugin #69718
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
Conversation
update azure sdk for azure file premium support update azure sdk to support azure file premium update bazel
ec46b58
to
e868484
Compare
/test pull-kubernetes-e2e-gce-100-performance |
/lgtm |
/assign @brendandburns |
@andyzhangx: GitHub didn't allow me to assign the following users: for, approval. Note that only kubernetes members and repo collaborators can be assigned. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @cheftako |
update bazel and fix goftm use defaultStorageAccountKind fix test failure update godep license file fix staging godeps issue update staging godeps fix comments, use one API call for file creation
e868484
to
bc2c79a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, brendandburns The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Review the full test history for this PR. Silence the bot with an |
/test pull-kubernetes-integration |
What this PR does / why we need it:
support Azure file premium for azure file plugin, this PR includes two commits:
2018-07-01
to supportFile Storage
Account Kind which would supports azure premium fileskuName
specified asPremium_LRS
in azure file storage class, azure provider will search or createFile Storage
storage account, and then create azure premium fileWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #69265
Special notes for your reviewer:
azure premium file storage class example:
Release note:
/kind feature
/sig azure
/assign @feiskyer @khenidak
cc @@brendandburns