-
Notifications
You must be signed in to change notification settings - Fork 40.2k
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
Add common functionality required for all in-tree to CSI Migration shim code pieces #73043
Add common functionality required for all in-tree to CSI Migration shim code pieces #73043
Conversation
/cc @msau42 @kubernetes/sig-storage-pr-reviews |
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
/approve
checkNodeCapabilitiesBeforeMount: checkNodeCapabilitiesBeforeMount, | ||
blkUtil: blkUtil, | ||
blkUtil: blkUtil, |
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.
nit: why was the spacing here changed? Doesn't gofmt enforce this?
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.
I think my gofmt must be wonky, I've been getting a lot of weird diffs like this that I have to fix manually
9927d60
to
379783a
Compare
@saad-ali fixed the gofmt issue, could you re-lgtm |
/lgtm |
/hold |
379783a
to
3dc0387
Compare
5f12457
to
a7e8442
Compare
/hold cancel |
/retest |
f4acf34
to
384fce6
Compare
@davidz627: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
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
/approve
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davidz627, saad-ali 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 |
Many of the CSI Migration shim pieces depend on some common functionality, mostly revolving around feature flags and this plugin interface method. Would be nice to get these pieces in first so that the work on different pieces of migration can continue in parallel without rebasing issues.
/kind feature
/sig storage
/assign @saad-ali @jsafrane
/cc @ddebroy @leakingtapan @dims