Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 318 Bytes

File metadata and controls

19 lines (14 loc) · 318 Bytes

Setting up a development environment

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

Install kustomize

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

Install kubebuilder

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