Support for PipeCD to delete a resource in CloudRunApp
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:
I want to delete a resource, like the following, in CloudRunApp.
apiVersion: serving.knative.dev/v1
kind: Service
metadata:
name: SERVICE_NAME
spec:
...
In a Kubernetes application, in order to remove a resource, we need to put QuickSync.prune or PipelineSync.prune in the PipeCD application manifest.
It would be nice to have the same configuration for CloudRunApp.
Why is this needed:
Without this feature, developers need to delete Cloud Run on Google Cloud Console manually.
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 locating the CloudRunApp handling and comparing it with Kubernetes support for QuickSync.prune and PipelineSync.prune. Determine how the CloudRunApp manifest should express pruning, then add coverage showing that a removed Cloud Run resource is deleted during synchronization.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, google-cloud, kubernetes
- Domain
- cloud, devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100