Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #62 from dhellmann/document-dev-setup
Browse files Browse the repository at this point in the history
document dev environment setup
  • Loading branch information
dhellmann authored Apr 22, 2019
2 parents 92584dd + 0ea1caf commit 87855e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ For more information about this actuator and related repositories, see

## Development Environment

* [Setting up for tests](docs/dev/setup.md)
* Using [Minikube](docs/dev/minikube.md)
* Using [OpenShift 4](docs/dev/openshift.md)
19 changes: 19 additions & 0 deletions docs/dev/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Setting up a development environment

The cluster-api requires two external tools for running the tests
during development.

## Install kustomize

```bash
eval $(go env)
export GOPATH
./tools/install_kustomize.sh
```

## Install kubebuilder

```bash
./tools/install_kubebuilder.sh
sudo mv kubebuilder /usr/local
```

0 comments on commit 87855e9

Please sign in to comment.