mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-02-14 18:09:57 +00:00
Merge pull request #735 from zendesk/grosser/go-get
remove redundant go-get instructions from readme
This commit is contained in:
@@ -140,10 +140,7 @@ For example, to run without auth, use the following config:
|
||||
* Install development dependencies for `libsystemd` and the ARM GCC toolchain
|
||||
* Debian/Ubuntu: `apt install libsystemd-dev gcc-aarch64-linux-gnu`
|
||||
|
||||
* `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 $GOPATH/src/k8s.io && go get k8s.io/node-problem-detector`
|
||||
* `git clone git@github.com:kubernetes/node-problem-detector.git`
|
||||
|
||||
* Run `make` in the top directory. It will:
|
||||
* Build the binary.
|
||||
|
||||
Reference in New Issue
Block a user