Skip to content
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

[Bug]: Purging of Service Instances does not work #3615

Closed
klapkov opened this issue Nov 18, 2024 · 0 comments
Closed

[Bug]: Purging of Service Instances does not work #3615

klapkov opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@klapkov
Copy link
Contributor

klapkov commented Nov 18, 2024

What happened?

When purging a service instance, the related service bindings are not deleted.

What you expected to happen

All related bindings need to be deleted

Acceptance Criteria

GIVEN
WHEN I
THEN I

How to reproduce it (as minimally and precisely as possible)

Create a service instance and bind it to an app. Then curl DELETE /v3/service_instnances/:guid?purge=true

Anything else we need to know?

I think with this PR:#3585 a finalizer was added to the CFServiceBinding object. Because of this, when we purge a service instance, we need to remove the finalizers from all the related bindings.

Environment

Revision of codebase:
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
Others:

@klapkov klapkov added the bug Something isn't working label Nov 18, 2024
@github-project-automation github-project-automation bot moved this to 🧊 Icebox in Korifi - Backlog Nov 18, 2024
@klapkov klapkov moved this from 🧊 Icebox to 🔄 In progress in Korifi - Backlog Nov 19, 2024
@klapkov klapkov closed this as completed Dec 2, 2024
@github-project-automation github-project-automation bot moved this from 🔄 In progress to ✅ Done in Korifi - Backlog Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant