-
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
Update PVC DataSource to GA #1515
Conversation
/assign @msau42 |
|
||
### E2E tests | ||
|
||
Require addition of E2E tests using the clone feature of the CSI host provisioner |
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.
Should we also add some more specific test cases we want to add? Like integration with other volume features like Raw Block, concurrent cloning operations on the same volume, stress/failure tests, etc.
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.
cloning while the source is being deleted
0bef14a
to
ef01145
Compare
@@ -134,6 +155,8 @@ Given that the only implementation changes in Kuberenetes is to enable the featu | |||
## Implementation History | |||
|
|||
1.15 - Alpha status | |||
1.16 - Beta status | |||
1.18 - GA Status |
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 would either remove the 1.18 - GA since it's not official yet, or add a note that we're targeting GA in 1.18
Update KEP to note graduation from Beta to GA for sig-storage cloning feature in 1.18. Also add testing section to KEP. issue: kubernetes#989
ef01145
to
306ce54
Compare
/lgtm |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: j-griffith, msau42, 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 |
Update KEP to note graduation from Beta to GA for sig-storage cloning
feature in 1.18. Also add testing section to KEP.
issue: #989