-
Notifications
You must be signed in to change notification settings - Fork 376
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
volumesnapshotcontent-bound-protection finalizer is not removed although volumesnapshot-being-deleted annotation is set #1112
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
This seems to be the case for me as well. Deleting things seems like a fundamental capability; is there something we're misunderstanding about how deleting these resources should be done? |
Today I tried to reproduce this with Ceph-CSI/RBD on a pre-release of OpenShift 4.17, with the following Kubernetes version: $ oc version
Client Version: 4.12.6
Kustomize Version: v4.5.7
Server Version: 4.17.0-ec.3
Kubernetes Version: v1.30.3 With the following steps, I was not able to reproduce the problem:
After deleting the namespace, the VolumeSnapshotContent is removed without much delay. If these steps are incomplete, please let me know and I'll try again. In case this problem persists, maybe consider checking with VMware/Tanzu support? |
/triage needs-information |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
(this is probably a follow-up to #248)
What happened:
I wanted to delete a namespace, which also triggered the deletion of the volume snapshots in this namespace. However, the volumesnapshotcontent resources were never removed. Only after manually removing the volumesnapshotcontent-bound-protection finalizer, all resources could be removed. Additionally, no events were logged that might lead to an error in the backend.
What you expected to happen:
The volumesnapshots and the respective volumesnapshotcontent resources are deleted successfully. Or, if any error occurs, the resources have events attached to them.
How to reproduce it:
Delete a volumesnapshot.
Anything else we need to know?:
Our environment is based on VMware Tanzu
Environment:
kubectl version
):uname -a
):Linux int-default-dkgsc-66488c4554x88fdb-9p5sc 4.19.307-6.ph3 #1-photon SMP Sat Apr 6 14:24:47 UTC 2024 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: