dlorenc
8611a455ca
Initial configurator commit.
2016-09-30 10:05:14 -07:00
dlorenc
a3efcc06d9
Update to k8s v1.4.0
2016-09-29 16:11:55 -07: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
Matt Rickard
7b9689745f
Upgrade to k8s v1.4.0-alpha.2
...
Update to kubernetes 1.4-alpha3.
This required a "go get k8s.io/client-go" before godep save would work.
2016-09-29 15:57:24 -07:00
dlorenc
a03719665e
Make gendocs
2016-09-29 11:23:22 -07:00
Matt Rickard
d45e44fe22
Add in a list of available fields in minikube config -h
...
Since not all fields are able to be set, let users know which are.
2016-09-28 11:56:53 -07:00
dlorenc
edbaf1a8bf
Cut v0.10.0, also bump the ISO URL.
2016-09-15 11:53:02 -07:00
Sergiusz Urbaniak
3945c3bffb
localkube: add rkt, and CNI support
2016-09-09 13:48:22 +02:00
Aaron Prindle
6017e34d4d
Fixed integration tests, adding test output to ssh mock, change help text to use multi-line string and
...
updated docs.
2016-09-08 13:13:15 -07:00
Aaron Prindle
3ef433d259
Added localkube status to minikube status. Also added format flag to
...
configure status output. Also updated docs. Also added godoc url to
help text for status.
2016-09-07 14:18:19 -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
Patrick Gray
d98cae5404
add documentation for new minikube --https flag with make gendocs
2016-08-25 15:13:44 -04:00
dlorenc
6967c5d70a
Merge pull request #515 from r2d4/viper-start-cmds
...
Allow some `minikube start` flags to be set by config file
2016-08-24 14:09:10 -07:00
Matt Rickard
05ef2db652
Making minikube start flags configurable by Viper config
...
This allows most flags for the minikube start command to be
configurable by viper as well. If a flag is present, it will take
precedence over the value supplied in viper.
Viper doesn't handle string slices correctly (see
https://github.com/spf13/viper/issues/200 ) so the string slices that we
pass in as flags such as docker-env and insecure-registry are still only
handled by flags
Delete custom flag for human readable disk size
Since the value can now be passed in multiple ways (environment
variable, flag, or config file), moving the conversion out of the flag
and straight into cmd/minikube/cmd/start.go
This changes the helptext for gendocs
2016-08-24 12:59:59 -07:00
Jimmi Dyson
abbb0f1469
Add hyperv support
2016-08-24 16:16:07 +01:00
Aaron Prindle
14dca26a09
Cutting v0.8.0 release
2016-08-17 11:40:14 -07:00
dlorenc
28132517ed
Merge pull request #484 from tsl0922/regist-mirror
...
Add registry-mirror option to minikube start
2016-08-16 11:04:23 -07:00
Aaron Prindle
e0494803a8
Updated k8s version to v1.3.5. Also updated docs.
2016-08-15 15:15:58 -07:00
Shuanglei Tao
641910d8a8
Add registry-mirror option to minikube start
2016-08-13 22:55:48 +08:00
dlorenc
2cdab03e53
Merge pull request #439 from alexbrand/host-cidr
...
Add ability to specify CIDR for Virtualbox minikube
2016-08-08 10:59:36 -07:00
Jimmi Dyson
ecf7a35b19
Uprade to Kubernetes v1.3.4
2016-08-03 16:21:00 +01:00
abrand
5838c7d833
Add ability to specify CIDR for Virtualbox minikube
2016-08-02 20:06:37 -04:00
Aaron Prindle
0b1cfce102
Refactored localkube url/asset code, fixed url.Parse code, updated flag
...
help message to add URI information, updated docs, fixed unused vars and removed unneeded comments
2016-07-29 15:27:09 -07:00
Aaron Prindle
b3fe5faae6
Cleaned up start flags, added more robust URL checking for localkube
...
flag URL and added check to prepend 'v' to version # if it is missing
2016-07-28 12:33:34 -07:00
Aaron Prindle
bd4e244ce8
Updated docs. Added retrying for the localkube download.
2016-07-28 12:33:34 -07:00
aprindle
53e80a9c6f
Changed kubernetes-version to take k8s version as input (as well as
...
url) and to copy files from host to the vm instead of curl within vm.
Also made it so that sshutil.Transfer is done via a Reader.
2016-07-28 12:33:34 -07:00
aprindle
bc74b8596f
Updated documentation to reflect additional flag to minikube start,
...
updated tests
2016-07-28 12:33:34 -07:00
Rod Cloutier
c847979cab
docker-env command: Added support for multiple shells with no-proxy and unset flags
2016-07-25 15:58:16 +01:00
Gerd Aschemann
aa76240b31
Fix documentation (aligh with usage output, kubernetes/minikube#385 )
2016-07-22 10:29:28 +02:00
Gerd Aschemann
5b2655f1f3
Add insecure-registry option to minikube start (cf. kubernetes/minikube#385 )
2016-07-22 01:38:17 +02:00
Dan Lorenc
c6b2649966
Add a flag to minikube start to allow passing environment variables to Docker.
2016-07-18 10:27:09 -07:00
Jimmi Dyson
4488219180
Make disk size configurable
2016-07-10 23:43:54 +01:00
dlorenc
9fa002d573
Merge pull request #277 from aaron-prindle/get-kubernetes-version
...
Added get_kubernetes_versions command and tests
2016-07-07 13:38:47 -07:00
aprindle
3eccdd523f
Added json file and schema for k8s versions. Also updated documentation.
2016-07-07 10:14:03 -07:00
dlorenc
0a71dd290d
Merge pull request #272 from dlorenc/release
...
Bump to v0.5.0, add release notes and increment the releases.json.
2016-07-06 10:34:50 -07:00
Dan Lorenc
b68c957347
Bump to v0.5.0, add release notes and increment the releases.json.
2016-07-06 09:59:59 -07:00
dlorenc
57a865d329
Merge pull request #267 from jimmidyson/service-command
...
Add service command
2016-07-06 09:16:21 -07:00
Jimmi Dyson
44b2d9ce20
Add service command, copied & refactored from dashboard command
2016-07-04 15:08:27 +01:00
Jimmi Dyson
4b0f517600
Add xhyve driver support
2016-07-02 21:14:43 +01:00
Jimmi Dyson
a738a0f5ad
Add kvm driver support
2016-06-30 18:52:45 +01:00
Steve Sloka
95edd89399
Added flag to allow the number of CPU's to be specified as flag to start command
2016-06-27 15:32:16 -04:00
dlorenc
7f02c6bfbb
Update docs for the 0.4.0 release.
2016-06-27 09:44:15 -07:00
aprindle
03cca006ee
Added --memory flag to minikube start so that users can configure the ram of the vm
2016-06-13 18:13:53 -07:00
Brandon Philips
53ee8642f8
cluster: add support for vmwarefusion driver
...
Add support for the vmwarefusion driver which is greatly more stable on
OSX. Also, document it in the README as an option.
2016-06-11 19:47:11 -07:00
Dan Lorenc
d29f6ee36f
Update help text.
...
The k8s update updated cobra as well, so the generated help text changed.
2016-06-10 10:07:22 -07:00
dlorenc
c89e4c2dd8
Fix the help text. I merged two commits at the same time, and they conflicted.
2016-06-07 17:40:11 -07:00
aprindle
3c59245f32
Added gen_help_text.go and docs/ directory for cobra generated help
...
documentation. Added test in Travis for making sure docs are up-to-date.
2016-06-07 16:44:06 -07:00