Commit Graph

341 Commits (e0a2ee2e4d5ff46c59e132d7177b3280eb97e4ab)

Author SHA1 Message Date
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
Lucas Käldström 4d1fe87e7e Add the dashboard and the kube-addon-manager manifests 2016-05-28 00:42:09 +03:00
Lucas Käldström b43bb57303 Move ./iso/ to ./deploy/iso/ 2016-05-28 00:10:20 +03:00
Lucas Käldström 1d3a172806 Use python on host if present, otherwise fallback on python dockerized 2016-05-28 00:09:16 +03:00
dlorenc f65133678f Merge pull request #120 from aaron-prindle/glog
Added glog in place of log.*-and-fmt.Error* for cmd/minikube,
2016-05-27 13:15:53 -07:00
aprindle 778ae79a26 Added glog in place of log.*-and-fmt.Error* for cmd/minikube,
cmd/localkube, pkg/minikube and pkg/localkube
2016-05-27 12:48:25 -07:00
Lucas Käldström a90828141f Merge pull request #124 from dlorenc/addons
Configure capabilities explicitly before starting localkube.
2016-05-27 21:29:53 +03:00
Dan Lorenc 01b76efc7f Configure capabilities explicitly before starting localkube.
There's a race condition in the current capability initialization. These
can only be configured once per binary, so if the APIServer goroutine
sets it first the kubelet goroutine can never change this value.
2016-05-27 11:10:38 -07:00