Closed coollog closed 6 years ago
Fixes #123
This has just the basic minikube start, stop, and delete goals, run with, for eg., mvn minikube:start.
mvn minikube:start
Flags can be configured with flags, and goal-specific flags can be configured like:
flags
<configuration> <stop> <flags> <flag>someStopFlag</flag> </flags> </stop> </configuration>
Fixes #123
This has just the basic minikube start, stop, and delete goals, run with, for eg.,
mvn minikube:start
.Flags can be configured with
flags
, and goal-specific flags can be configured like: