Commit Graph

  • 2c12274333 bump kubernetes version to v1.4.0-beta.3 andy xie 2016-12-18 18:03:04 +08:00
  • 31323787ec Merge pull request #42 from euank/improve-makefile-somewhat Lantao Liu 2016-11-21 16:50:49 -08:00
  • 8cdf7b1790 makefile: Make misc improvements Euan Kemp 2016-11-13 22:47:11 -08:00
  • 077dafcf28 Merge pull request #33 from AdoHe/journald Lantao Liu 2016-11-02 22:27:43 -07:00
  • 86f4d07547 fix data race AdoHe 2016-10-31 10:40:16 -04:00
  • ff0a099eec fix test issue AdoHe 2016-10-31 10:08:37 -04:00
  • 1e33cddf10 mirror update AdoHe 2016-10-26 08:43:04 +08:00
  • ccbf609bd5 update travis script to install libsystemd-dev before run tests AdoHe 2016-10-14 13:59:31 +08:00
  • 84c25077da add journald support AdoHe 2016-10-08 20:28:30 -04:00
  • 652ab5687c Merge pull request #34 from johscheuer/fix-typo Lantao Liu 2016-09-29 11:58:56 -07:00
  • 650fff1c05 Fix typo in Readme Johannes Scheuermann 2016-09-29 17:32:46 +02:00
  • 6af7bbbe86 Merge pull request #32 from Random-Liu/remove-get-start-point Lantao Liu 2016-09-12 14:08:27 -07:00
  • aa9e268be7 Remove the function getStartPoint, because in current logic, it is not needed anymore. Lantao Liu 2016-09-12 11:38:50 -07:00
  • f265f79fd7 Merge pull request #31 from Random-Liu/enable-travis-test Dawn Chen 2016-09-12 14:03:29 -07:00
  • 8f6ba9efa6 Add missing godep. Lantao Liu 2016-09-09 20:40:01 -07:00
  • cd0f96424b Add travis ci config. Lantao Liu 2016-09-09 20:00:34 -07:00
  • a8f491c0d3 Fix unit test. Lantao Liu 2016-09-09 20:00:18 -07:00
  • ea83111c80 Merge pull request #22 from Random-Liu/add-look-back Dawn Chen 2016-08-23 17:13:58 -07:00
  • 92a3c35f9a Merge pull request #30 from Random-Liu/get-node-name-from-downward-api v0.2.0 v0.2 Dawn Chen 2016-08-23 16:57:26 -07:00
  • 9054dab4c8 Get node name from the downward api. Lantao Liu 2016-08-20 19:00:26 -07:00
  • 532f933bd8 This PR: 1) Add lookback support in kernel monitor. After started, Kernel monitor will check some old logs to detect problems which happened before last node reboot. 2) Add lookback and startPattern in kernel monitor configuration. * lookback specifies how long time kernel monitor should look back. * startPattern specifies which log indicates the node is started. kernel monitor will clear all current node conditions once it finds a node start log. This makes sure that old problems won't change the node condition. 3) Add support for kernel panic monitoring, the null pointer and divide 0 kernel panic will be surfaced as event. Usually kernel monitor will report these events during looking back phase. Lantao Liu 2016-06-23 22:54:47 -07:00
  • 09af299a88 Change the wrong image path in pod yaml. Lantao Liu 2016-08-11 17:03:02 -07:00
  • 501e94bf10 Merge pull request #29 from Random-Liu/get-node-name-from-pod Lantao Liu 2016-08-11 14:23:46 -07:00
  • 5a19ac1868 Get node name from pod, this makes sure that the node name should always be consistent with kubelet. Lantao Liu 2016-08-11 12:04:05 -07:00
  • 75c7bdb4b1 Merge pull request #20 from Random-Liu/add-kernel-monitor-readme Dawn Chen 2016-06-24 17:08:11 -07:00
  • acabf68e06 Add README.md for kernel monitor Lantao Liu 2016-06-20 16:33:54 -07:00
  • 797c7834fa Merge pull request #18 from Random-Liu/remove-unnecessary-config v0.1.0 v0.1 Lantao Liu 2016-06-09 17:59:50 -07:00
  • dc7ed6fe06 Remove unnecessary ENV configuration. Lantao Liu 2016-06-09 15:26:46 -07:00
  • f13ef4323e Merge pull request #16 from Random-Liu/add-node-problem-detector-readme Dawn Chen 2016-06-09 08:46:45 -07:00
  • 55af4e729f Add initial README.md for node-problem-detector. Lantao Liu 2016-06-05 16:58:15 -07:00
  • b6a6db33e6 Merge pull request #17 from girishkalele/nethealth Lantao Liu 2016-06-08 14:53:34 -07:00
  • b687dfaafc Containerize the nethealth bandwidth measurement utility Girish Kalele 2016-06-07 17:57:52 -07:00
  • db90081e96 Merge pull request #15 from Random-Liu/add-entrypoint-in-dockerfile Dawn Chen 2016-06-03 17:17:33 -07:00
  • 33a43545ca Node network health check utility - performs a quick HTTP GET test Girish Kalele 2016-06-03 14:26:12 -07:00
  • 1e4d6e2800 Add entrypoint and copy kernel monitor config into docker image Lantao Liu 2016-06-03 13:34:44 -07:00
  • 2b47e14fa4 Merge pull request #13 from Random-Liu/hack-for-unsupported-os-distro Dawn Chen 2016-06-03 11:32:34 -07:00
  • 29ff791f08 Hack for unsupported OS distros. Lantao Liu 2016-06-03 01:48:26 -07:00
  • 9ab546a2e2 Merge pull request #12 from Random-Liu/make-more-things-configurable Dawn Chen 2016-06-02 17:42:13 -07:00
  • 5b07afd325 1. Make source and conditions configurable. 2. Add multiple events and conditions support in problem interface. Lantao Liu 2016-05-31 18:39:14 -07:00
  • 63b4ba7206 Merge pull request #11 from Random-Liu/use-patch-instead-of-update-status Dawn Chen 2016-06-01 16:26:07 -07:00
  • 03b28c9b4c Update Godeps. Lantao Liu 2016-05-30 18:05:00 -07:00
  • 8759e4d610 Use Patch instead of UpdateStatus. Lantao Liu 2016-05-30 18:21:39 -07:00
  • 891d858a10 Merge pull request #10 from freeformz/fixFSNotify Lantao Liu 2016-05-26 16:57:11 -07:00
  • 3785e2b218 These tags refer to the same commit Edward Muller 2016-05-26 16:01:55 -07:00
  • 82fc40476a godep v71+ preserves permissions Edward Muller 2016-05-26 16:00:58 -07:00
  • 051247ffee We don't need golang.org/x/sys anymore Edward Muller 2016-05-26 16:00:05 -07:00
  • 28e557f301 Vendor the "right" fsnotify Edward Muller 2016-05-23 14:57:06 -07:00
  • cce6b46c07 Merge pull request #8 from Random-Liu/fix-godeps Lantao Liu 2016-05-23 12:32:24 -07:00
  • 0b95f6dbe9 Add godep dependency golang.org/x/sys/unix Lantao Liu 2016-05-23 11:20:43 -07:00
  • 64a5cdf199 Merge pull request #6 from Random-Liu/update-gcr-project Lantao Liu 2016-05-19 15:26:57 -07:00
  • c405bb8bbe Change gcr project to official google_containers Lantao Liu 2016-05-19 14:25:57 -07:00
  • 32d7acc54f Merge pull request #1 from Random-Liu/add-node-problem-detector Dawn Chen 2016-05-18 17:30:59 -07:00
  • d96d67dae3 Add Godeps Lantao Liu 2016-05-17 15:55:59 -07:00
  • f0312655bd Add first version of node-problem-detector Lantao Liu 2016-05-17 15:55:33 -07:00
  • 802acee7e3 Initial commit Dawn Chen 2016-05-17 10:37:41 -07:00