mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
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
|
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/node-problem-detector /node-problem-detector
|
||||||
|
ADD ./bin/health-checker /home/kubernetes/bin/health-checker
|
||||||
|
|
||||||
# Below command depends on ENABLE_JOURNAL=1.
|
# Below command depends on ENABLE_JOURNAL=1.
|
||||||
ADD ./bin/log-counter /home/kubernetes/bin/log-counter
|
ADD ./bin/log-counter /home/kubernetes/bin/log-counter
|
||||||
|
|||||||
Reference in New Issue
Block a user