No description
  • Go 80.7%
  • Dockerfile 12.4%
  • Shell 6.9%
Find a file
2019-12-14 19:45:51 +01:00
config updated psp 2019-12-14 19:45:51 +01:00
.gitignore added readme 2019-12-01 01:04:29 +01:00
.ko.yaml updated 2019-12-04 17:48:37 +01:00
build.sh added readme 2019-12-01 01:04:29 +01:00
Dockerfile
go.mod
go.sum
LICENSE
main.go updated 2019-12-04 17:48:37 +01:00
README.md updates readme 2019-12-01 23:25:46 +01:00

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