Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 468 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 468 Bytes

Development

Make sure you have Glide installed. Run glide i -v to build the vendor directory.

  1. Install MiniKube to get a local Kubernetes environment
  2. $ eval $(minikube docker-env)
  3. $ make build
  4. $ make dev to install the Operator. It will mount your local ~/.aws/credentials for testing - for production container the credentials are retrieved from the EC2 environment instead.