Commit Graph

7 Commits (fcc1bdedda8160cf54e23cdd66155010fc07b004)

Author SHA1 Message Date
Matt Rickard b9a115b3ae Add LocalClient to bypass RPC for drivers
This adds a new libmachine API implementation that skips RPC and instead
uses a vendored in driver directly.  This removes the need to download a
separate driver binary.  Currently, only the "core" drivers, and kvm are
supported as vendored in.  This means that xhyve is the only driver that
requires a separate binary for now.
2017-02-06 21:17:22 -08:00
Matt Rickard 084c1e8181 Deprecate show-libmachine-logs flag
Libmachine logs can be enabled with --v=3 or higher.  --v=7 turns on
debug level info.  This will simplify the debugging control plane and
allow us to transition off of libmachine logs in the future.
2016-12-06 10:49:04 -08:00
vishah ba860e3bf2 Regenerating docs after updating upstream spf13/pflag. related to #811 2016-11-09 16:31:48 -05:00
Jimmi Dyson 812ad9c503
Update generated docs after godep upgrades 2016-10-12 15:25:13 +01:00
dlorenc 7f842c7da0 Fix the test by removing the log-flush-frequency flag.
This was coming from a dependency somewhere that's now gone. Also update help text.
2016-09-29 16:00:20 -07:00
dlorenc a03719665e Make gendocs 2016-09-29 11:23:22 -07:00
Matt Rickard a8dbc18b51 Add minikube config get/set/unset commands
This introduces the minikube config get/set/unset command. At a basic level, it allows a more user friendly interface for setting minikube config values, but it also allows us to run validations and callbacks before and after the values have been set.
2016-09-06 15:14:28 -07:00