Commit Graph

348 Commits (03608ab6baea9022bac9b27735506da0483b16dc)

Author SHA1 Message Date
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
dlorenc 539a505687 Use "go list" to calculate transitive dependencies. 2016-06-01 13:31:46 -07:00
Lucas Käldström cee0afa4eb Merge pull request #147 from dlorenc/iptables
Set the proxy mode to iptables.
2016-06-01 22:36:02 +03:00
dlorenc ca491b31e8 Merge pull request #148 from dlorenc/integration
Fix "make integration".
2016-06-01 11:44:20 -07:00
dlorenc 0bbe13a99e Fix "make integration". 2016-06-01 11:28:23 -07:00
dlorenc 560cb78f49 Merge pull request #146 from aaron-prindle/logs_integration
Adding logs command integration tests
2016-06-01 09:56:52 -07:00
Dan Lorenc 34ad3b877c Set the proxy mode to iptables.
This passes all conformance tests that pass with the other mode.
2016-06-01 09:16:34 -07:00
aprindle 44c3a6a126 Adding logs command integration tests 2016-06-01 09:05:07 -07:00
Lucas Käldström 0f6b92d7ad Merge pull request #143 from dlorenc/dns
Unmark the DNS Service and Endpoint as cluster-services.
2016-06-01 07:43:47 +03:00
dlorenc 72a2fa438e Merge pull request #145 from aaron-prindle/env_integration
Added env command integration test
2016-05-31 17:10:30 -07:00
aprindle 5b67cb5c14 Added env command integration test 2016-05-31 16:48:27 -07:00
dlorenc 44567c03d8 Add a flag to hide libmachine logs.
These logs often reference docker-machine itself, which is confusing to
users. We should log everything we need to ourselves.
2016-05-31 15:18:27 -07:00
dlorenc a621681e1b Unmark the DNS Service and Endpoint as cluster-services.
This label causes the addon-manager to delete them. We can't let the addon-manager
create these either, because it doesn't support endpoints.
2016-05-31 14:28:32 -07:00
dlorenc c993bf8cca Merge pull request #142 from heckdevice/master
Fixed issue with wrong static-pods location in Makefile
2016-05-31 14:23:43 -07:00
Shailesh Pant b1fbe7268b Fixed issue with wrong static-pods location in Makefile 2016-06-01 01:56:31 +05:30
Lucas Käldström 45c1dedf4f Merge pull request #138 from dlorenc/dnsglog
Switch logging in dns.go to glog.
2016-05-31 22:05:02 +03:00
dlorenc 953cf1ec86 Merge pull request #134 from aaron-prindle/ssh
Have docker-ssh command working
2016-05-31 10:19:09 -07:00
aprindle a917beaee2 Have ssh command working and unit-test passing. Also changed log->glog in ssh_mock. 2016-05-31 10:02:33 -07:00
dlorenc f15f8a4366 Switch logging in dns.go to glog. 2016-05-31 09:52:16 -07:00
Lucas Käldström 90b9abb811 Merge pull request #133 from dlorenc/master
Fix makefile bug.
2016-05-31 07:28:25 +03:00
Dan Lorenc 963bfeab69 Fix makefile bug.
This allows compiling minikube from mac.
2016-05-30 10:51:13 -07:00
dlorenc 11ae7ade50 Merge pull request #132 from dlorenc/master
README fix.
2016-05-30 10:30:39 -07:00
Dan Lorenc f8362ba673 README fix. 2016-05-30 10:19:50 -07:00
dlorenc 599cf8a332 Merge pull request #131 from dlorenc/version
Bump to v0.1.0
2016-05-30 09:20:58 -07:00
Dan Lorenc 5790814db7 Bump to v0.1.0 2016-05-30 08:51:38 -07:00
Lucas Käldström 38a7e058e1 Merge pull request #128 from dlorenc/addons
Add the addon manager and dashboard to the iso.
2016-05-29 21:26:49 +03:00
Dan Lorenc 4cd9e5610d Fix hostPort bug in dashboard-svc.yaml. hostPort is invalid in a service. 2016-05-29 11:13:05 -07:00
Dan Lorenc b8be458cbb Merge branch 'luxas-localkube_commands' 2016-05-28 12:42:10 -07:00
Dan Lorenc c1784b0054 Merge branch 'localkube_commands' of https://github.com/luxas/minikube into luxas-localkube_commands 2016-05-28 12:41:45 -07:00
Dan Lorenc 7fb536ec38 Add the addon manager and dashboard to the iso. 2016-05-28 11:33:01 -07:00
dlorenc d969d86f9b Merge pull request #127 from dlorenc/logs
Always logtostderr in localkube.
2016-05-28 11:11:25 -07:00
Dan Lorenc a76b9b6781 Always logtostderr in localkube. 2016-05-28 10:50:42 -07:00
dlorenc 19acc18076 Merge pull request #119 from luxas/docker_deployment
Docker deployment and addons for localkube
2016-05-28 10:18:06 -07:00
Lucas Käldström 84004ad6c3 Run gofmt 2016-05-28 18:10:56 +03:00
Lucas Käldström a62e9e5ca8 Removed localkube start and version commands in favor for starting as default and using version as a flag. Also the version is now set my the Makefile 2016-05-28 17:50:36 +03:00
dlorenc 7370924310 Merge pull request #125 from dlorenc/flags
Allow glog flags in localkube.
2016-05-27 17:03:00 -07:00
Dan Lorenc abca78dfde Allow glog flags in localkube. 2016-05-27 15:55:16 -07:00
Lucas Käldström ab26a02a61 Fix a small bug in the Makefile 2016-05-28 00:56:06 +03:00
Lucas Käldström c9fe0059b4 Add a localkube-in-docker image 2016-05-28 00:42:42 +03:00