-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Portworx Volume Plugin #170
Comments
@adityadani please update the milestone if needed. |
@mdelio I would like to have the milestone as v1.6. However I am unable to edit it. |
@adityadani which stage does this feature target for 1.6 (alpha/beta/stable)? |
@adityadani any update on this feature? Docs and release notes are required (please, provide them to the features spreadsheet. |
The feature is complete. The PR was merged. I have updated the spreadsheet. |
@adityadani thanks! Anything to be documented at https://github.com/kubernetes/kubernetes.github.io? |
Yes I would like to add in the Volumes section. I will send out a PR to that repo. |
@adityadani can you provide us with the link of the submitted PR with documentation? /cc @devin-donnelly |
here is the documentation PR: kubernetes/website#2854 |
@adityadani can we close this out now, or is there more to do? |
We have an enhancement to the plugin that we would like to get it merged in one of the 1.6 dot releases. Here is the PR: kubernetes/kubernetes#45518 |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Closing this issue as no more work is needed here. |
Add API for CSI snapshot operator
Description
Add a new volume plugin in Kubernetes for Portworx Volumes. Portworx pools available block storage on nodes and carves out volumes from them. More info about Portworx can be found here.
The Portworx volume plugin will support
Progress Tracker
/pkg/apis/...
)@kubernetes/api
@kubernetes/docs
on docs PR@kubernetes/feature-reviewers
on this issue to get approval before checking this off- Updated walkthrough / tutorial in the docs repo: kubernetes/kubernetes.github.io
- cc
@kubernetes/docs
on docs PR- cc
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/api
- cc
@kubernetes/feature-reviewers
on this issue to get approval before checking this off@kubernetes/docs
@kubernetes/feature-reviewers
on this issue to get approval before checking this offFEATURE_STATUS is used for feature tracking and to be updated by
@kubernetes/feature-reviewers
.FEATURE_STATUS: IN_DEVELOPMENT
More advice:
Design
@kubernetes/feature-reviewers
member, you can check this checkbox, and the reviewer will apply the "design-complete" label.Coding
and sometimes http://github.com/kubernetes/contrib, or other repos.
@kubernetes/feature-reviewers
and they willcheck that the code matches the proposed feature and design, and that everything is done, and that there is adequate
testing. They won't do detailed code review: that already happened when your PRs were reviewed.
When that is done, you can check this box and the reviewer will apply the "code-complete" label.
Docs
@kubernetes/docs
.The text was updated successfully, but these errors were encountered: