Commit Graph

8816 Commits (d1769f6c31ec7ae75879a4d9b4c42bd0577d341b)

Author SHA1 Message Date
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
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