Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alantang888/k8s-terminating-pod-killer
https://github.com/alantang888/k8s-terminating-pod-killer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alantang888/k8s-terminating-pod-killer
- Owner: alantang888
- Created: 2022-02-18T13:14:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T13:22:19.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T06:28:48.899Z (6 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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