-
Notifications
You must be signed in to change notification settings - Fork 191
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
Use CSI spec v1.5.0 #312
Use CSI spec v1.5.0 #312
Conversation
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrishenzie, xing-yang 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 |
/remove-kind feature |
Relabeling, categorizing this as a feature for this sidecar because it enables new functionality. /remove-kind cleanup |
Which functionality is that? I don't see any code changes that depend on the new CSI version. |
Enabling the use of the new CSI access modes. These are used here to map between Kubernetes and CSI access modes: Which is used here inside the attacher: |
But "enabling the use" is not the same as "using". Unless I am missing something, this PR causes no functional change in external-attacher. That will change in a future PR where the new definitions from CSI 1.5 are actually used. |
I think because I'm retroactively fixing the label on this PR it's easy to get the tenses confused. This new access mode code is now in use, but at the time of this PR it was not. I have been labeling PRs that update dependencies across sidecars as If you don't think this is an appropriate use of this label I can change this going forward. What label would you suggest instead? |
Then the PR which put that new access mode into use should be marked as "feature", but not this PR here. Look at it from the perspective of a user who sees a new feature listed in the changelog with a link to this PR here: there's simple nothing here that explains what that new feature is.
I would use
A separate PR is useful because typically we want to merge dependency updates regardless of whether the new feature gets merged. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Updates the CSI spec version to v1.5.0, which includes support for
SINGLE_NODE_SINGLE_WRITER
andSINGLE_NODE_MULTI_WRITER
access modes.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: