Way to delete all application resources when need
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 364
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 84
Description
What would you like to be added:
A way to remove/prune all application resources.
Why is this needed:
Say, when I want to delete/remove my application completely, I try to remove all of its manifests from Git and then use PipeCD sync (with the prune option) to remove all of its resources, but it doesn't work.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing PipeCD sync with the prune option and how it handles application manifests removed from Git. Review the resource deletion flow and existing tests or entry points it exposes. Done should mean an application can be completely removed by deleting its manifests and syncing with pruning, with behavior covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, go, kubernetes
- Domain
- ci-cd, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100