mirror of
https://github.com/kubereboot/kured.git
synced 2026-08-20 03:46:24 +00:00
Update build instructions for go modules
This commit is contained in:
@@ -230,10 +230,16 @@ kubectl -n kube-system annotate ds kured weave.works/kured-node-lock-
|
||||
|
||||
## Building
|
||||
|
||||
See the [CircleCI config](.circleci/config.yml) for the preferred
|
||||
version of Golang. Kured now uses Go Modules, so a simple
|
||||
|
||||
```
|
||||
dep ensure && make
|
||||
make
|
||||
```
|
||||
|
||||
is sufficient to download the required dependencies and build the
|
||||
Docker image.
|
||||
|
||||
## Frequently Asked/Anticipated Questions
|
||||
|
||||
### Why is there no `latest` tag on Docker Hub?
|
||||
|
||||
Reference in New Issue
Block a user