Commit Graph

23518 Commits (560d3aa3409f15e3c991edd9a36b3f91c48c0e6d)

Author SHA1 Message Date
Dan Lorenc 6dd866e008 Change the example to run a pre-built image. 2016-06-18 19:20:02 -07:00
Dan Lorenc 526f99e83c Clarify what the dashboard is. 2016-06-18 18:21:11 -07:00
dlorenc 6f339df383 Merge pull request #205 from dlorenc/configured
Update start text to mention that kubectl is configured automatically.
2016-06-18 21:17:24 -04:00
Dan Lorenc 6cd2db3b67 Update start text to mention that kubectl is configured automatically. 2016-06-17 13:13:14 -07:00
Dan Lorenc 60bb69329b Change README to feature the dashboard command. 2016-06-17 13:10:57 -07:00
aprindle 0ea7714b61 Added message in update notification explaining how to disable the update notifier 2016-06-17 11:20:38 -07:00
aprindle f5a56b1d60 Finished tests for update notifier 2016-06-14 13:00:01 -07:00
aprindle dd875f614e Have update notifier working, need to add tests 2016-06-14 13:00:01 -07:00
Aaron Prindle d8d4382cdc Merge pull request #200 from aaron-prindle/configure-ram
Added --memory flag to minikube start so that users can configure the…
2016-06-13 18:25:08 -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
Aaron Prindle 905afe96ad Merge pull request #184 from philips/add-vmware-fusion
machine: add vmwarefusion support
2016-06-13 17:59:47 -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
Brandon Philips 9d65272511 vendor: add github.com/docker/machine/driver/vmwarefusino
Use the exact same version as the virtualbox driver.
2016-06-11 19:45:35 -07:00
dlorenc 5c4fd685f5 Merge pull request #196 from dlorenc/changelog
Changelog for 0.3.0
2016-06-10 15:19:46 -07:00
Lucas Käldström 0b4f1a9093 Merge pull request #194 from dlorenc/release
Add a releasing doc.
2016-06-10 22:07:33 +03:00
Dan Lorenc 838246e9a9 Add a releasing doc. 2016-06-10 12:04:51 -07:00
Dan Lorenc 1a3967d8ff Changelog for 0.3.0 2016-06-10 12:03:44 -07:00
dlorenc df4f427004 Merge pull request #195 from dlorenc/k8s
Update k8s.
2016-06-10 12:03:10 -07:00
dlorenc 8f570cf6e4 Fix the godeps.json and versioning. 2016-06-10 11:50:04 -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
Dan Lorenc e46b0d9cb0 Update k8s. 2016-06-10 09:43:46 -07:00
dlorenc 23a7837c00 Merge pull request #190 from dlorenc/isomove
Move the addon-manager and dashboard configuration from the iso to mi…
2016-06-10 06:01:40 -07:00
dlorenc ac14eff554 Move the addon-manager and dashboard configuration from the iso to minikube.
Minikube now copies these into the VM, just like it copies in localkube.
New ISOs will not contain these files, but this is compatible with the existing ISO
because minikube will overwrite existing files.
2016-06-09 15:35:09 -07:00
dlorenc cda67a4c15 Merge pull request #193 from dlorenc/test
Minor bugfix in help text test.
2016-06-09 15:33:56 -07:00
dlorenc c6a51b992d Minor bugfix in help text test. 2016-06-09 15:22:10 -07:00
dlorenc 70368f3868 Merge pull request #188 from philips/add-community
README: add contact points for community
2016-06-09 10:16:44 -07:00
Brandon Philips 72d8e7fd4e README: add contact points for community
Slack and mailing list
2016-06-08 22:33:49 -07:00
Lucas Käldström ce50e1127b Merge pull request #182 from aaron-prindle/help-text-readme
Added minikube command documentation to README.md
2016-06-08 09:50:44 +03:00
Lucas Käldström 7f76c3e46f Merge pull request #175 from dlorenc/roadmap
Minikube roadmap.
2016-06-08 09:46:32 +03:00
dlorenc 35eb66750c Merge pull request #183 from dlorenc/help
Fix the help text. I merged two commits at the same time, and they co…
2016-06-07 18:55:09 -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 2991fa7429 Added minikube command documentation to README.md 2016-06-07 17:05:17 -07:00
dlorenc 599c6d3334 Merge pull request #181 from aaron-prindle/dashboard
Fixed logging issue due to glog flags beings set in kubernetes api
2016-06-07 16:59:59 -07:00
dlorenc 975560036b Merge pull request #179 from aaron-prindle/help-text
Added gen_help_text.go and docs/ directory for cobra generated help d…
2016-06-07 16:57:21 -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
aprindle 1c861598cf Fixed logging issue due to glog flags beings set in kubernetes api 2016-06-07 15:51:50 -07:00
dlorenc 1f5dd065e3 Address feedback. 2016-06-07 15:41:31 -07:00
Aaron Prindle aafc703328 Merge pull request #170 from aaron-prindle/dashboard
Added dashboard cmd to minikube using method described in README.md.
2016-06-07 12:33:04 -07:00
Lucas Käldström 7f17d1e3a3 Merge pull request #180 from dlorenc/readme
Add installation instruction link to the README.md
2016-06-07 22:31:09 +03:00
aprindle adf5fc48fa Added dashboard cmd to minikube. Also added dependencies via godep.
In the future will add feature to wait for dashboard to start and then
display if it is not running yet.
2016-06-07 11:43:47 -07:00
dlorenc ffa48941ec Add installation instruction link to the README.md 2016-06-07 11:12:38 -07:00
dlorenc 4f05d9618d Minikube roadmap. 2016-06-06 14:11:37 -07:00
dlorenc da18f11bad Merge pull request #174 from dlorenc/make
Make the Makefile work on Travis.
2016-06-06 12:16:13 -07:00
dlorenc f1bf4dd749 Merge pull request #173 from dlorenc/retry
This deflakes the cluster env test.
2016-06-06 11:57:48 -07:00
dlorenc 05f5bf9465 Make the Makefile work on Travis.
We run this command before the .gopath is created, so it fails harmlessly on travis.
This just removes some error text from the travis logs.
2016-06-06 11:51:52 -07:00
dlorenc 89c5d10b11 Switch more tests to EnsureRunning. 2016-06-06 11:41:27 -07:00
dlorenc 19e18b0237 Add a retry to the cluster_env test. 2016-06-06 11:40:13 -07:00
dlorenc fd44bd0c47 Merge pull request #161 from aaron-prindle/docker_version
Updated Dockerfile to get docker version 1.11.1 for the iso file, als…
2016-06-06 10:42:15 -07:00
aprindle eee920bae4 Updated Dockerfile to get docker version 1.11.1 for the iso file
Updated README for iso testing
Updated DefaultIsoUrl to minikube-0.3
2016-06-04 17:22:31 -07:00
Lucas Käldström 70f78e12f6 Merge pull request #167 from dlorenc/k8sversion
Remove the hardcoded constant.
2016-06-04 21:21:34 +03:00