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 |