Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 327 Bytes

File metadata and controls

21 lines (14 loc) · 327 Bytes

Contributing guidelines

Quick start

## List commands
make help

## 1. Run the controller (auto-create kind cluster)
make run

## 2. Cleanup resources
make run-reset

## 3. Run the tests
make test

Details

Please refer to this wiki page.