Skip to content

Commit 7a3e96d

Browse files
authored
Merge pull request #246 from chotiwat/patch-1
Add log-counter to the Dockerfile
2 parents b02e1a3 + b20bb0c commit 7a3e96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ RUN clean-install libsystemd0 bash
2121
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
2222

2323
ADD ./bin/node-problem-detector /node-problem-detector
24+
ADD ./bin/log-counter /home/kubernetes/bin/log-counter
2425
ADD config /config
2526
ENTRYPOINT ["/node-problem-detector", "--system-log-monitors=/config/kernel-monitor.json"]

0 commit comments

Comments
 (0)