Releases: wjayesh/coredns-healthcheck
Releases · wjayesh/coredns-healthcheck
Release v1.1.1
Changelog:
-
The application can now detect if there's an OutOfMemory situation with the pods. With a flexible factor input through the
memFactor
flag, the binary can scale the memory limit accordingly. -
After every remedial action, the binary waits till all pods ready and running before performing the next check.
-
Flag introduced for specifying number of replicas in the deployment.
-
Better logging coverage for easy debugging.
First release v1.0.0
The binary at this stage can check if the DNS response from the CoreDNS pods and service is valid. In the case where it is not, the particular pod or both the pods will be restarted.