-
Notifications
You must be signed in to change notification settings - Fork 157
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
Remove support for Snapshot alpha and beta APIs #3309
Conversation
Signed-off-by: Prasad Ghangal <[email protected]>
83d205e
to
e5a29a6
Compare
Signed-off-by: Prasad Ghangal <[email protected]>
e5a29a6
to
6bb546b
Compare
Signed-off-by: Prasad Ghangal <[email protected]>
Even if the resources are moved to |
@viveksinghggits after k8s 1.20, even if we try to create Snapshot with other APIs, it will be defaulted to |
This pull request has been removed from the queue for the following reason: The merge conditions cannot be satisfied due to failing checks You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. If you want to requeue this pull request, you need to post a comment with the text: |
Signed-off-by: Prasad Ghangal <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Signed-off-by: Aaron Alpar <[email protected]>
Change Overview
Since VolumeSnapshot API version has already moved to v1 and set it as default (https://kubernetes.io/blog/2020/12/10/kubernetes-1.20-volume-snapshot-moves-to-ga/), the support for alpha and beta APIs becomes redundant. This PR removes support for VolumeSnapshot alpha and beta APIs
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan