-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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
azure file migration go beta #96293
azure file migration go beta #96293
Conversation
/lgtm |
/assign @pwittrock |
I don't seem like the right person to review this. |
This is for kubernetes/enhancements#1885 correct? |
Correct, I can be the tech reviewer for this |
/lgtm |
/hold |
Just so you're aware: code freeze is EOD PST today. Please keep us updated about your plans for 1.20. Thanks! |
Hi @andyzhangx Code Freeze is now in effect. Your PR is still unmerged, and has a hold. If you believe this should be in the 1.20 Release, please file an Exception. Best, /milestone clear |
7b2f1e5
to
342ee33
Compare
342ee33
to
e22efa5
Compare
/hold cancel |
/test pull-kubernetes-e2e-azure-file-windows-containerd |
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyzhangx, feiskyer, msau42 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 |
We should cover restrictions and known issues in azurefile CSI driver if they enable the migration. @andyzhangx @msau42 - should we open a new PR to address that? Namely we need to capture:
The other thing we need to do is deprecate the support for using same volume multiple times on a node with different fsgroup. That is unsupported as well (well there is a case we support where volume could be mounted with 777 and then it readable/writable by everyone). |
@gnufied thanks, I have appended following note in the PR:
|
I think there are two separate issues:
|
What type of PR is this?
/kind documentation
What this PR does / why we need it:
azure file migration go beta in 1.21
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/priority important-soon
/sig cloud-provider
/area provider/azure
/triage accepted
/assign @msau42