Commit Graph

379 Commits (5076ef407a8478de330e584c487819c08ca08ed3)

Author SHA1 Message Date
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
dlorenc 9e43fa1e1a Merge pull request #122 from dlorenc/stop
Add missing sudo to the stop command.
2016-05-27 10:02:57 -07:00
Dan Lorenc a5f0ecb9df Add missing sudo to the stop command. 2016-05-27 09:52:32 -07:00
dlorenc b81291aae9 Merge pull request #108 from aaron-prindle/logs
finished logs functionality and tests
2016-05-27 09:42:58 -07:00
aprindle 706f974751 finished logs functionality and tests 2016-05-27 09:16:18 -07:00
Lucas Käldström 77919b82b0 Merge pull request #121 from dlorenc/python
Use system python if it exists in the Makefile.
2016-05-27 15:26:51 +03:00
Dan Lorenc 7d39de128f Use system python if it exists in the Makefile. 2016-05-26 23:06:20 -07:00
dlorenc 941933179f Merge pull request #113 from luxas/static_localkube
Static localkube and some other things
2016-05-26 09:30:32 -07:00
Lucas Käldström f1af7387cc PR feedback and added python-in-docker for test.sh too 2016-05-26 18:55:15 +03:00
dlorenc a7c5b823eb Merge pull request #100 from dlorenc/readme
Update README.md with usage and known issues.
2016-05-26 08:42:40 -07:00
Lucas Käldström 82be2e6d20 Merge pull request #115 from dlorenc/stop
Make sure we stop the localkube binary before starting another instance.
2016-05-26 07:46:54 +03:00
dlorenc 7907fe816c Merge pull request #106 from dlorenc/conformance
Add instructions for running conformance tests.
2016-05-25 18:48:09 -07:00
Lucas Käldström 00d4152313 Rename some constants in constants.go to Default..., and break out more constants 2016-05-25 23:25:49 +03:00