-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Incorrect information regarding VolumeSnapshot API in v1.24 upcoming removals article #34143
Comments
@xing-yang: This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The 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. |
/retitle Incorrect information regarding VolumeSnapshot API in v1.24 upcoming removals article What is the correct statement about the fate of the v1beta1 API for VolumeSnapshot @xing-yang? When did (or will) that API version transition from deprecated to unsupported? |
I suspect the fix is to edit:
to:
Does that sound right? /triage needs-information |
@sftim
Above has to be : [diff:
Change 2:
Above has to be: [diff
|
@sftim The following is correct: VolumeSnapshot v1beta1 CRD has been removed. Volume snapshot and restore functionality for Kubernetes and the Container Storage Interface (CSI), which provides standardized APIs design (CRDs) and adds PV snapshot/restore support for CSI volume drivers, moved to GA in v1.20. VolumeSnapshot v1beta1 was deprecated in v1.20 and is now unsupported. Refer to KEP-177: CSI Snapshot and Volume Snapshot GA blog for more information. |
/assign |
@sftim I completely agree with the contexts that @xing-yang has shared. |
New PR #34173 has been raised for this issue. |
This is a Bug Report
Problem:
Information regarding volume snapshot API in the following blog is not accurate.
https://kubernetes.io/blog/2022/04/07/upcoming-changes-in-kubernetes-1-24/#api-removals-deprecations-and-other-changes-for-kubernetes-1-24
Volume snapshot API moved to GA in 1.20, so volume snapshot v1beta1 was deprecated in 1.20.
Proposed Solution:
Information regarding volume snapshot API in this blog is correct:
https://kubernetes.io/blog/2022/05/03/kubernetes-1-24-release-announcement/#csi-snapshot
Please update the API Removals Deprecations blog accordingly.
Page to Update:
https://kubernetes.io/...
The text was updated successfully, but these errors were encountered: