Skip to content

Releases: wjayesh/coredns-healthcheck

Release v1.1.1

01 Jul 09:05
Compare
Choose a tag to compare

Changelog:

  1. 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.

  2. After every remedial action, the binary waits till all pods ready and running before performing the next check.

  3. Flag introduced for specifying number of replicas in the deployment.

  4. Better logging coverage for easy debugging.

First release v1.0.0

17 Jun 10:09
Compare
Choose a tag to compare

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.