-
Notifications
You must be signed in to change notification settings - Fork 337
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
Pass PVC annotations to req.Parameters when --extra-create-metadata is enabled #800
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vinli-cn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @vinli-cn! |
Hi @vinli-cn. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
@vinli-cn: Cannot trigger testing until a trusted user reviews the PR and leaves an 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 @kubernetes-csi-reviewers |
@vinli-cn: GitHub didn't allow me to assign the following users: kubernetes-csi-reviewers. Note that only kubernetes-csi members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. 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. |
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.
@vinli-cn Your PR title says "pass namespace annotations", but your code is passing PVC annotations to the driver.
Passing PVC annotations to a CSI Driver request has been discussed at length in this thread:
#86
I would read up on the thread and see if you have anything else to add as to why PVC annotations should be added to the CSI create volume request.
thanks for reviewing the PR. I updated the title and description of this PR according to issue #86, user might need to make use of the extra PVC's annotations. Could you please review again and share your insights? Thanks! |
Hi @vinli-cn, thank you for updating the PR description! I think your PR title is still incorrect:
Can you edit this to the below so we're clear what's being proposed?
Anyway, @vinli-cn, you should read up on the thread in issue #86. Many people have proposed this change in the past, but the maintainers decided to not add it. If you think you have a compelling use case as to why this should be supported, send a message in #86. Discussion in this current pull request will not result in it being merged. |
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.
Feel free to re-request review if this proposal is accepted in the issue I linked.
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. 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. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Adding PVC's annotation to CreateVolumeRequest.Parameters when --extra-create-metadata is enabled, fix issue #86
Which issue(s) this PR fixes:
Fixes #86
Special notes for your reviewer:
Does this PR introduce a user-facing change?: