Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alantang888/k8s-terminating-pod-killer


https://github.com/alantang888/k8s-terminating-pod-killer

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# K8S Terminating Pod Killer

Some rare case. Pod can stucking in terminating status.
Even over `terminationGracePeriodSeconds` those pod still can stucking here.
This app is for kill that kind of pod.

## Environment Variable
- `NAMESPACE`: Which namespace this app need to check and kill pod. Default `""` will check all namespaces
- `KILL_MINUTE`: How long time in minute after `terminationGracePeriodSeconds` should kill that pod