Commit Graph

296 Commits (ac14eff5549ac3cc7b9ceee3b0bde785d61750df)

Author SHA1 Message Date
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
Lucas Käldström 0327057ac3 Merge pull request #169 from dlorenc/dev
Add RAM requirements to the dev README
2016-06-04 21:20:03 +03:00
Dan Lorenc c5bac57cbc Add RAM requirements to the dev README 2016-06-04 09:55:51 -07:00
Dan Lorenc f2f6b2d336 Remove the hardcoded constant. 2016-06-03 15:23:35 -07:00
Lucas Käldström 354a8cdb75 Merge pull request #166 from dlorenc/bump
Bump the version to 0.3.0-dev.
2016-06-04 00:36:08 +03:00
Lucas Käldström 07941cc28f Merge pull request #159 from dlorenc/update
Update k8s.
2016-06-04 00:35:34 +03:00
Dan Lorenc cba12b6b41 Bump the version to 0.3.0-dev. 2016-06-03 14:33:49 -07:00
Lucas Käldström 06791da1be Merge pull request #165 from dlorenc/0.2.0
Bump to version 0.2.0.
2016-06-03 23:39:49 +03:00
Dan Lorenc aa318888d7 Bump to version 0.2.0. 2016-06-03 12:59:10 -07:00
dlorenc 72b8d2c9c4 Merge pull request #164 from dlorenc/master
Release notes.
2016-06-03 12:58:31 -07:00
Dan Lorenc 72b325d941 Release notes. 2016-06-03 12:31:27 -07:00
Lucas Käldström 7ab9f11a4f Merge pull request #163 from dlorenc/iso2
Bump the ISO URL.
2016-06-03 21:43:07 +03:00
Dan Lorenc 6054d1da21 Bump the ISO URL. 2016-06-03 11:16:48 -07:00
dlorenc 58e993a7d7 Merge pull request #158 from aaron-prindle/dns_integration
Have DNS testing working, need feedback on structure, thanks
2016-06-03 09:57:37 -07:00
aprindle 9821f71ca4 Added dns integration test 2016-06-03 09:40:43 -07:00
dlorenc d4e887e2ad Update k8s. 2016-06-03 08:50:16 -07:00
Lucas Käldström dcc0b3854d Merge pull request #157 from dlorenc/conntrack
Build conntrack as part of the iso.
2016-06-03 18:48:08 +03:00
Dan Lorenc f911bec60e Add conntrack to the Docker image. 2016-06-03 08:43:32 -07:00
Lucas Käldström 323dbbbf75 Merge pull request #149 from dlorenc/deps
Use "go list" to calculate transitive dependencies.
2016-06-03 18:42:26 +03:00
Lucas Käldström fc5bc0c376 Merge pull request #155 from dlorenc/nodeport
Make the dashboard service listen on a NodePort.
2016-06-03 15:42:45 +03:00
dlorenc fe65bc9785 Merge pull request #154 from dlorenc/it
Add an integration test for the addon manager and dashboard.
2016-06-02 14:37:06 -07:00
dlorenc e241f915e4 Build conntrack as part of the iso. 2016-06-02 14:04:32 -07:00
dlorenc ae60398cd4 Make the dashboard service listen on a NodePort.
This makes it easier to access the dashboard.
2016-06-02 11:17:34 -07:00