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"]