No description
  • Go 80.7%
  • Dockerfile 12.4%
  • Shell 6.9%
Find a file
2020-02-01 17:34:31 +01:00
config added security context 2020-02-01 17:34:31 +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 first commit 2019-12-01 00:52:25 +01:00
go.mod first commit 2019-12-01 00:52:25 +01:00
go.sum first commit 2019-12-01 00:52:25 +01:00
LICENSE first commit 2019-12-01 00:52:25 +01:00
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