Commit Graph
12 Commits
Author SHA1 Message Date
Elena Morozova d3fa3ffd40 Close body after error check
Otherwise it panics for nil body
2017-10-03 23:10:42 -07:00
Adam Harrison adf8147ab6 Pin base image to 16.04 2017-09-22 14:52:20 +01:00
Adam Harrison 0f75550a68 Dedupe and sort names of blocking alerts 2017-09-22 14:26:35 +01:00
Adam Harrison b0259b6c17 Remove obsolete waitForDrain implementation
`kubectl drain` now ignores undrainable things and waits for
termination, so we no longer have to do that ourselves.
2017-09-22 14:22:19 +01:00
Adam Harrison 156e9a1cd8 Upgrade client-go and kubectl to 1.7.x 2017-09-21 17:19:54 +01:00
Adam Harrison 6e44cb1342 Implement kured_reboot_required metric 2017-09-21 11:46:06 +01:00
Adam Harrison 91bf84a90d Convert period arg to time.Duration 2017-09-21 09:59:55 +01:00
Adam Harrison 4e4b6f0645 CircleCI configuration 2017-09-20 15:54:06 +01:00
Adam Harrison 80a254ec1d Improved active alert detection and logging
Zero-valued alerts are now ignored, and the names of the first ten
blocking alerts are logged for diagnostic purposes.
2017-09-20 14:27:22 +01:00
Adam Harrison 1a6e814a21 Basic slack notification support 2017-08-16 09:55:34 +01:00
Adam Harrison 55ba779702 Move test for node schedulability
Test for schedulability immediately prior to each reboot check instead
of once at startup, thereby accomodating external changes to this value
during the lifetime of the daemon.
2017-08-03 08:53:24 +01:00
Adam Harrison 8aafc8905e Initial implementation 2017-06-13 17:57:19 +01:00