-
Notifications
You must be signed in to change notification settings - Fork 79
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
Refactor K8ssandraCluster deletion cleanup operation #992
Labels
Comments
Note: this is closely related to #961. As I'm digging into the code I'm encountering more questions:
In fact, I think we could generalize the use of controller references. As long as every remote object we create is owned by the |
5 tasks
adejanovski
added
ready-for-review
Issues in the state 'ready-for-review'
and removed
ready
Issues in the state 'ready'
labels
Jul 17, 2023
adejanovski
added
in-progress
Issues in the state 'in-progress'
and removed
ready-for-review
Issues in the state 'ready-for-review'
labels
Jul 17, 2023
adejanovski
added
ready
Issues in the state 'ready'
and removed
in-progress
Issues in the state 'in-progress'
labels
Sep 4, 2023
adejanovski
added
product-backlog
Issues in the state 'product-backlog'
and removed
ready
Issues in the state 'ready'
labels
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In controllers/k8ssandra/cleanup.go we delete all the objects that are tied to a deleted K8ssandraCluster object.
The
deleteDeployments()
,deleteServices()
anddeleteConfigMaps()
could benefit from the following improvements:┆Issue is synchronized with this Jira Story by Unito
┆Issue Number: K8OP-90
The text was updated successfully, but these errors were encountered: