-
Notifications
You must be signed in to change notification settings - Fork 246
Update cloning to Beta #210
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 cloning to Beta #210
Conversation
/assign @msau42 |
|
||
### Features | ||
* New beta features: | ||
* Volume cloning |
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.
We also got Volume expansion and Ephemeral local volumes to beta
book/src/volume-cloning.md
Outdated
@@ -29,7 +30,7 @@ There are no additional side-cars or add on components required. | |||
|
|||
## Enabling Cloning for CSI volumes in Kubernetes | |||
|
|||
Volume cloning for CSI volumes is an alpha feature (Kubernetes 1.15) and hence must be explicitly enabled via feature gate: | |||
In Kubernetes 1.15 this feature was alpha status and required enabling the appropriate feture gate: |
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.
typo: feature
1827988
to
83040e2
Compare
book/src/ephemeral-local-volumes.md
Outdated
@@ -38,12 +39,12 @@ Drivers must be modified (or implemented specifically) to support inline ephemer | |||
- Identity service | |||
- Node service | |||
|
|||
### Feature gates | |||
### Feature gates (kubernetes version 1.15) |
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.
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.
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.
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.
Ok, I've removed the updates I added to expansion and ephemeral; just left the change-log entries. Thanks!
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.
sorry about delay but thank you @j-griffith for updating it. lgtm
83040e2
to
57e5abd
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: j-griffith, msau42 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 docs to reflect promotion of volume cloning.
Add "New beta features" for 1.16 to the change log and include expansion and ephemeral local-volumes while we're adding cloning.