Merge pull request #382 from zhangxiaoyu-zidif/patch-3

typo: delete redundant description.
This commit is contained in:
Kubernetes Prow Robot
2019-11-23 01:49:49 -08:00
committed by GitHub
-1
View File
@@ -140,7 +140,6 @@ For example, to run without auth, use the following config:
* `go get` or `git clone` node-problem-detector repo into `$GOPATH/src/k8s.io` or `$GOROOT/src/k8s.io`
with one of the below directions:
* `cd $GOPATH/src/k8s.io && git clone git@github.com:kubernetes/node-problem-detector.git`
* `cd $GOROOT/src/k8s.io && git clone git@github.com:kubernetes/node-problem-detector.git`
* `cd $GOPATH/src/k8s.io && go get k8s.io/node-problem-detector`
* run `make` in the top directory. It will: