mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
Add NPD endpoints: /debug/pprof, /healthz, /conditions.
This commit is contained in:
@@ -80,7 +80,7 @@ version:
|
||||
|
||||
./bin/node-problem-detector: $(PKG_SOURCES)
|
||||
CGO_ENABLED=$(CGO_ENABLED) GOOS=linux go build -o bin/node-problem-detector \
|
||||
-ldflags '-w -X $(PKG)/pkg/version.version=$(VERSION)' \
|
||||
-ldflags '-X $(PKG)/pkg/version.version=$(VERSION)' \
|
||||
$(BUILD_TAGS) cmd/node_problem_detector.go
|
||||
|
||||
Dockerfile: Dockerfile.in
|
||||
|
||||
Reference in New Issue
Block a user