Merge pull request #955 from DigitalVeer/master

Move ReadonlyFilesystem Node Condition to a new configuration file
This commit is contained in:
Kubernetes Prow Robot
2024-10-16 00:33:03 +01:00
committed by GitHub
8 changed files with 57 additions and 16 deletions
+1 -1
View File
@@ -50,4 +50,4 @@ ARG LOGCOUNTER
COPY --from=builder /gopath/src/k8s.io/node-problem-detector/bin/health-checker /gopath/src/k8s.io/node-problem-detector/${LOGCOUNTER} /home/kubernetes/bin/
COPY --from=builder /gopath/src/k8s.io/node-problem-detector/config/ /config
ENTRYPOINT ["/node-problem-detector", "--config.system-log-monitor=/config/kernel-monitor.json"]
ENTRYPOINT ["/node-problem-detector", "--config.system-log-monitor=/config/kernel-monitor.json,/config/readonly-monitor.json"]