Commit Graph

586 Commits (45c8c4d27bb83d7ab1845e8b8f5283d81644173c)

Author SHA1 Message Date
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
dlorenc 7102d75eb7 Add an integration test for the addon manager and dashboard. 2016-06-02 10:49:40 -07:00
dlorenc 5d775b4d8d Merge pull request #144 from dlorenc/logs
Add a flag to hide libmachine logs.
2016-06-02 09:00:56 -07:00
Lucas Käldström 20c71ad540 Merge pull request #153 from dlorenc/env
Fix logging for cluster_env_test.
2016-06-02 14:28:30 +03:00
dlorenc f5d55d2ef5 Fix logging for cluster_env_test. 2016-06-01 17:21:05 -07:00
dlorenc ecc5d5950e Merge pull request #152 from dlorenc/cs
Wait a few seconds for the cluster to become healthly.
2016-06-01 17:06:29 -07:00
Dan Lorenc 94aca79782 Wait a few seconds for the cluster to become healthly. 2016-06-01 16:41:07 -07:00
dlorenc 3fb62577ce Merge pull request #151 from aaron-prindle/ssh_integration
Added ssh integration test and updated RunCommand in util.go
2016-06-01 16:13:09 -07:00
aprindle 4098745500 Added ssh integration test and updated RunCommand in util.go 2016-06-01 15:26:17 -07:00
dlorenc 07286d508e Merge pull request #150 from dlorenc/retry
Add a retry utility to util, and use it to retry cluster creation.
2016-06-01 15:15:22 -07:00
dlorenc 0ff6bbfa17 Add a retry utility to util, and use it to retry cluster creation.
This fixes the phantom errors we see on ubuntu that are fixed by rerunning start.
2016-06-01 13:53:09 -07:00