show that CRD deletion is waiting for all of its instances to be deleted
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the problem/challenge you have**
when deleting a CRD, k8s will initiate deletion of all of its instances. this may take time or even fail down the line. currently kapp progress log does not show info about this state.
**Describe the solution you'd like**
https://github.com/vmware-tanzu/carvel-kapp/blob/develop/pkg/kapp/clusterapply/converged_resource_factory.go#L35-L39 describes deletion logic today. probably it's time for CRD to implement custom deletion waiting.
it might be interesting to consider some of the other resource deletion states to show better progress log msg.
---
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
Contributor guide
Assessment
This issue has not been assessed yet.