17 lines
300 B
Markdown
17 lines
300 B
Markdown
# pvc-reaper
|
|
|
|
The PersistentVolumeClaim Reaper cleans up `PersistentVolumeClaims` created by Tekton Pipelines that are stuck in the `Terminating` state.
|
|
|
|
# Requirements
|
|
|
|
* Kubernetes Cluster
|
|
* go
|
|
* ko
|
|
|
|
# Build and run
|
|
|
|
```
|
|
echo KO_DOCKER_REPO='gcr.io/my-gcloud-project-name' >env.txt
|
|
|
|
./build.sh
|
|
```
|