Skip to content

Commit

Permalink
Add local build steps to CONTRIBUTING. (#124)
Browse files Browse the repository at this point in the history
* Provide local build instructions in CONTRIBUTING>

* Remove kubebuilder dep.

* Add docker build steps.
  • Loading branch information
joerg84 authored Feb 16, 2019
1 parent 2e36332 commit 2d8f025
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,22 @@ Please see [https://git.k8s.io/community/CLA.md](https://git.k8s.io/community/CL

## How to build Kudo locally

TBD
### Pre-requisites

Before you get started:

- Install Go `1.11` or later
- Latest version of `dep`
- [Install Kubebuilder](https://book.kubebuilder.io/getting_started/installation_and_setup.html)
- Kubernetes Cluster `1.12` or later (e.g. [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/))
- [Configure kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

### Build Instructions

- Get KUDO repo: `go get github.com/kudobuilder/kudo/`
- `cd $GOPATH/src/github.com/kudobuilder/kudo`
- `make all` to build project
- [optionally] `make docker-build` to build docker images and `make docker-push` to push images

## Community, Discussion, and Support

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Before you get started:

- Install Go `1.11` or later
- Latest version of `dep`
- [Install Kubebuilder](https://book.kubebuilder.io/getting_started/installation_and_setup.html)
- Kubernetes Cluster `1.12` or later (e.g. [Minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/))
- [Configure kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)

Expand Down

0 comments on commit 2d8f025

Please sign in to comment.