From b20bb0c8297b4d9fff9c52e430406bf8f6a061f7 Mon Sep 17 00:00:00 2001 From: Chotiwat Chawannakul Date: Wed, 26 Dec 2018 16:55:43 -0800 Subject: [PATCH] Add log-counter to dockerfile --- Dockerfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.in b/Dockerfile.in index 752e8c20..076f5be2 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -21,5 +21,6 @@ RUN clean-install 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/log-counter /home/kubernetes/bin/log-counter ADD config /config ENTRYPOINT ["/node-problem-detector", "--system-log-monitors=/config/kernel-monitor.json"]