We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b02e1a3 + b20bb0c commit 7a3e96dCopy full SHA for 7a3e96d
Dockerfile.in
@@ -21,5 +21,6 @@ RUN clean-install libsystemd0 bash
21
RUN test -h /etc/localtime && rm -f /etc/localtime && cp /usr/share/zoneinfo/UTC /etc/localtime || true
22
23
ADD ./bin/node-problem-detector /node-problem-detector
24
+ADD ./bin/log-counter /home/kubernetes/bin/log-counter
25
ADD config /config
26
ENTRYPOINT ["/node-problem-detector", "--system-log-monitors=/config/kernel-monitor.json"]
0 commit comments