mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-28 14:27:36 +00:00
Merge pull request #433 from bengadbois/add-health-checker-image
docker image: add health-checker binary
This commit is contained in:
@@ -21,6 +21,7 @@ RUN clean-install util-linux libsystemd0 bash
|
||||
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
|
||||
|
||||
ADD ./bin/node-problem-detector /node-problem-detector
|
||||
ADD ./bin/health-checker /home/kubernetes/bin/health-checker
|
||||
|
||||
# Below command depends on ENABLE_JOURNAL=1.
|
||||
ADD ./bin/log-counter /home/kubernetes/bin/log-counter
|
||||
|
||||
Reference in New Issue
Block a user