kapp should skip waiting on transient resources when delete strategy is orphan.
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 134
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the problem/challenge you have**
While doing a kapp delete, if `delete-strategy` is `orphan` for a resource, kapp doesn't delete that resource and its transient resource which is expected behavior. But `kapp` output continues to print the message which implies that it is waiting for the transient resource to get deleted and ultimately, it errors out. This leads to ambiguity.
**Describe the solution you'd like**
If `delete-strategy` is `orphan`, then kapp should skip waiting on transient resources also.
---
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.