-
Notifications
You must be signed in to change notification settings - Fork 404
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
Cascading delete for ServiceInstances #5180
Labels
area/service-management
Issues or PRs related to service management
Comments
treat that task as base groud
|
After the discussion with @PK85 we decided to have a feature flag which enables cascading deletion for all service instances. |
When finished, create an issue to use in Kyma istelf. |
@piotrmiskiewicz prepare yourself for 5 min demo during sprint review. |
PR was merged: kubernetes-retired/service-catalog#2711 issue for enabling that in Kyma: #6140 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When a user deletes a ServiceInstance we would assume that they expect the related ServiceBindings and ServiceBindingUsages to be deleted also. Currently the user needs to delete the ServiceBindings before the ServiceInstances as able to deleted (warning message: "All associated ServiceBindings must be removed before this ServiceInstance can be deleted")
Reasons
Cascading delete of a ServiceInstance would improve the users experience.
Acceptance Criteria
Solution proposal:
Next steps:
The text was updated successfully, but these errors were encountered: