-
Notifications
You must be signed in to change notification settings - Fork 332
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
[release-1.0] Add secret support for Provision and Delete from pvc name and namespace #281
Conversation
"Add secret support for Provision and Delete from pvc name and namespace"
Welcome @oleksiys! |
Hi @oleksiys. Thanks for your PR. I'm waiting for a kubernetes-csi or kubernetes 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. |
@oleksiys is there any documentation that need to be updated as part of this PR? Like what is the user impact here. |
@shay-berman well in general external provisioner part of this document [1] must be updated. But I'd say it's more related to the original fix #274 than this specific backport. [1] https://kubernetes-csi.github.io/docs/secrets-and-credentials.html#createdelete-volume-secret |
/lgtm Should this also be cherry picked to |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oleksiys, 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 |
/retest |
@oleksiys: 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. |
/ok-to-test |
/test pull-kubernetes-csi-external-provisioner-unit |
@oleksiys: 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. |
@saad-ali AFAICT it's not related to the PR itself:
Is it an infrastructure problem or am I missing something? |
cc @pohly |
Yes. This was already done for most of the jobs, but due to an oversight was missing from the "unit" test job. Fix is in kubernetes/test-infra#12866 |
Thank you! /retest |
Documentation fixes for HTTP endpoint
Backport #274 to Kubernetes 1.13
What type of PR is this?
/kind feature
What this PR does / why we need it:
Which issue(s) this PR fixes:
Does this PR introduce a user-facing change?: