Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 588 Bytes

DEVELOPMENT.md

File metadata and controls

40 lines (24 loc) · 588 Bytes

Development

Our Makefile helps you with the development of new changes or fixes. You may have a look at it, since not all targets are documented.

Building

You can build the docker image locally

make docker-build

This will push the build to your local docker images.

Lint

Execute lint testing:

make lint

Test

Execute unit testing:

make test

E2E

Execute functional verification:

make kind-test

This will create a KinD cluster locally, build k8s-cleaner docker-image, load it and run some tests.