Add NPD endpoints: /debug/pprof, /healthz, /conditions.

This commit is contained in:
Random-Liu
2017-02-03 11:07:06 -08:00
parent b66c4df364
commit 20ffe37cea
6 changed files with 120 additions and 13 deletions
+1 -1
View File
@@ -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