-
Notifications
You must be signed in to change notification settings - Fork 385
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
VolumeSnapshot cannot be deleted when the VolumeSnapshotClass is missing #306
Comments
/kind bug |
I see that #287 is merged. But it is still not included in any release, right? |
Not yet. We are still waiting for a few PRs to be merged before cutting the next release. |
@xing-yang , is there a target date for the v2.2.0 release? |
I'm mainly waiting for 2 changes to get in before cutting the release:
|
Hello @xing-yang, I see that the linked PRs are merged now and most of them are part of 2.2.0-rcX releases. For when do you plan to cut the final 2.2.0 release? |
There are still a couple of PRs pending. Also waiting for this changelog PR to be merged: #332 |
Release 3.0.0 is cut. Closing this issue. |
@xing-yang , I see that #287 is not cherry-picked into |
@xing-yang @msau42 any feedback on the above question? |
We could. @ialidzhikov do you want to submit a PR to backport this fix to release-2.1? |
|
Reopen as the cherry-pick for release-2.1 is still pending. /reopen |
@ialidzhikov: Reopened this issue. In response to this:
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. |
Hello @xing-yang 👋 I see that the cherry-pick PR is now merged. Is there a release date (ETA) for [email protected] patch release? In Gardener project (https://github.com/gardener) we are looking forward to it! Many thanks in advance and appreciate your support! |
I'm working on the release. |
@xing-yang , thank you for the release! |
/close |
@ialidzhikov: Closing this issue. In response to this:
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. |
What happened:
Checking the changelog, there is #275 which should allow deletion of VolumeSnapshot when the VolumeSnapshotClass is missing, but this is not happening.
What you expected to happen:
I would expect to be able to delete VolumeSnapshot when its
.spec.volumeSnapshotClassName
is missing.How to reproduce it (as minimally and precisely as possible):
VolumeSnapshot
.Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: