Releases: karlkfi/kubexit
Releases · karlkfi/kubexit
v0.3.2
v0.3.1
v0.3.0
- Add KUBEXIT_BIRTH_TIMEOUT to avoid waiting forever for a dependency to start
- Handle SIGTERM while waiting for birth dependencies
- Listen to death dependencies earlier, to allow them to interrupt waiting for birth dependencies
- Extend mutex use to allow for more graceful handling of cases where the child process has not yet started or already stopped.
- General cleanup and refactoring and log improvements
v0.2.0
- Implemented Birth Dependencies using Kubernetes container readiness probe status
- Added examples
- Added alpine-based Docker image for easier side-loading
- Synchronized event handling to avoid confusing parallel event logs
- Documented config vars