File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,13 +221,13 @@ To develop NPD on Windows you'll need to setup your Windows machine for Go devel
221
221
# Run these commands in the node-problem-detector directory.
222
222
223
223
# Build in MINGW64 Window
224
- make clean windows -binaries
224
+ make clean ENABLE_JOURNALD=0 build -binaries
225
225
226
226
# Test in MINGW64 Window
227
227
make test
228
228
229
229
# Run with containerd log monitoring enabled in Command Prompt. (Assumes containerd is installed.)
230
- %CD%\output\windows_amd64\node-problem-detector.exe --logtostderr --enable-k8s-exporter=false --config.system-log-monitor=%CD%\config\windows-containerd-monitor-filelog.json --config.system-stats-monitor=config\windows-system-stats-monitor.json
230
+ %CD%\output\windows_amd64\bin\ node-problem-detector.exe --logtostderr --enable-k8s-exporter=false --config.system-log-monitor=%CD%\config\windows-containerd-monitor-filelog.json --config.system-stats-monitor=config\windows-system-stats-monitor.json
231
231
232
232
# Configure NPD to run as a Windows Service
233
233
sc.exe create NodeProblemDetector binpath= "%CD%\node-problem-detector.exe [FLAGS]" start= demand
You can’t perform that action at this time.
0 commit comments