Description

A manager for minikube VMs written in Erlang/OTP.

This is best suited for quickly ensuring that a kubernetes cluster is available during testing but can used for any purpose where a minikube VM would be useful.

Getting Started

Documentation is available on hex and minikube has its own help on the command line (minikube --help).

This project is created with rebar3 and the normal rebar3 flow will generally do what you need.

Reporting Issues

Any issus discovered should be recorded on github. If you believe you've fuond an error or have a suggestion for a new feature; please ensure that it is reported.

If you would like to contribute a fix or new feature; please submit a pull request. This project follows git flow and utilizes travis to automatically check pull requests before a manual review.