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 452818c + 32f770d commit 061e977Copy full SHA for 061e977
Dockerfile.in
@@ -21,6 +21,7 @@ RUN clean-install util-linux 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/health-checker /home/kubernetes/bin/health-checker
25
26
# Below command depends on ENABLE_JOURNAL=1.
27
ADD ./bin/log-counter /home/kubernetes/bin/log-counter
0 commit comments