Merge pull request #246 from chotiwat/patch-1

Add log-counter to the Dockerfile
This commit is contained in:
Kubernetes Prow Robot
2018-12-26 19:06:23 -08:00
committed by GitHub
+1
View File
@@ -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"]