Correctly identify failures in problem daemon starting.

This commit is contained in:
Xuewei Zhang
2019-06-24 15:13:13 -07:00
parent c95c37532b
commit 225de07427
3 changed files with 9 additions and 6 deletions

View File

@@ -22,8 +22,8 @@ import (
"github.com/golang/glog"
"github.com/spf13/pflag"
"k8s.io/node-problem-detector/cmd/options"
_ "k8s.io/node-problem-detector/cmd/nodeproblemdetector/problemdaemonplugins"
"k8s.io/node-problem-detector/cmd/options"
"k8s.io/node-problem-detector/pkg/exporters/k8sexporter"
"k8s.io/node-problem-detector/pkg/exporters/prometheusexporter"
"k8s.io/node-problem-detector/pkg/problemdaemon"