You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the scenarios that stacks can be stuck in a failure, resources in flight could be in a pending or failed state.
We should provide the information listed in the pending_operations.
Log the resources orphaned in the update
Reflect the log of orphaned resources in CR spec.status field
The text was updated successfully, but these errors were encountered:
Could the issue be a little more fleshed out?
What type of resources are orphaned?
Do you mean to implement garbage collection per say or just add observability on orphan resources?
metral
changed the title
Implement garbage collection of failed Stack runs
Implement observability on garbage collection needs of failed Stack runs
Oct 26, 2020
Thank you for your questions. We've updated the issue title and desc to better reflect the scope of this issue to be about informing the user of what operations are stuck in a pending state.
I don't believe there's any actual "garbage collection" we would do here. I think this is just another part of what's tracked in #9 - to expose potentially-leaked resources into the CR. I'll add this as a bullet there to track in one place.
In the scenarios that stacks can be stuck in a failure, resources in flight could be in a pending or failed state.
We should provide the information listed in the
pending_operations
.spec.status
fieldThe text was updated successfully, but these errors were encountered: