All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Add travis presubmit test.
- Update kubernetes version to v1.4.0-beta.3
0.2.0 - 2016-08-23
- Add look back support in kernel monitor. Kernel monitor will look back for specified amount of time to detect old problems during each start or restart.
- Add support for some kernel oops detection.
- Change NPD to get node name from
NODE_NAME
env first beforeos.Hostname
, and update the example to get node name from downward api and setNODE_NAME
.
- Initial version of node problem detector.