Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

Tool for deleting unused namespaces in k8s

How to deploy:

Push new version

export DOCKER_IMAGE=ns-deleter-5
docker build -t $DOCKER_IMAGE . &&  docker push $DOCKER_IMAGE

Update deployment to the new version

kubectl -n monitoring set image deployment/ns-deleter ns-deleter=$DOCKER_IMAGE

How to add users:

Edit conf.yml following the existing format