Commit Graph

727 Commits (66b5040870d720e0c58dc592598da29ee099fa2e)

Author SHA1 Message Date
Jimmi Dyson 4488219180
Make disk size configurable 2016-07-10 23:43:54 +01:00
Lucas Käldström 4d930ffd8f Merge pull request #309 from dlorenc/kubectl
Add a note about installting kubectl.
2016-07-10 23:24:45 +03:00
Dan Lorenc 8a1f363227 Add a note about installting kubectl. 2016-07-10 11:12:16 -07:00
dlorenc 6e9e757a61 Merge pull request #306 from dlorenc/merge
Fix bad merge conflict.
2016-07-10 10:23:39 -07:00
Dan Lorenc 80ad525d39 Fix bad merge conflict. 2016-07-09 12:44:28 -07:00
dlorenc b18739dc14 Merge pull request #305 from dlorenc/env
Fix up the docker-env integration test.
2016-07-09 12:35:56 -07:00
dlorenc d2169a0a06 Merge pull request #247 from dlorenc/persisttest
Add an integration test for cluster persistence.
2016-07-09 12:13:16 -07:00
dlorenc 735e8da305 Add an integration test for cluster persistence. 2016-07-09 11:08:47 -07:00
Dan Lorenc 0334d223d1 Fix up the docker-env integration test. 2016-07-09 11:05:14 -07:00
dlorenc 5c52d6f184 Merge pull request #297 from jimmidyson/windows-build
Add cross compile Makefile target, including building for Windows
2016-07-08 17:56:18 -07:00
dlorenc 4eff13c066 Merge pull request #301 from dlorenc/logs
Move logs to /var/lib/localkube.
2016-07-08 17:51:06 -07:00
dlorenc 6f4b8dd483 Merge pull request #300 from jimmidyson/kube-api-port
Switch API server to port 8443
2016-07-08 16:18:00 -07:00
Jimmi Dyson 7d5aca9fe3
Switch API server to port 8443 2016-07-08 23:38:27 +01:00
dlorenc 6a997ff002 Merge pull request #303 from jimmidyson/start-user-shell-redir
Redirect localkube logs in sudo
2016-07-08 14:38:20 -07:00
Jimmi Dyson 8c7154da7a
Redirect localkube logs in sudo 2016-07-08 22:23:21 +01:00
Dan Lorenc 63c8468d12 Move logs to /var/lib/localkube. 2016-07-08 12:41:19 -07:00
dlorenc 759f5c54ec Merge pull request #294 from dlorenc/start
Always set the current context to 'minikube' after a start.
2016-07-08 12:34:38 -07:00
dlorenc 9c43ff926d Merge pull request #299 from jimmidyson/service-command
Improved service subcommand error message
2016-07-08 11:49:47 -07:00
dlorenc 1bbaaf76d9 Merge pull request #298 from jimmidyson/gendocs-target
Add make gendocs target
2016-07-08 11:36:27 -07:00
dlorenc fadb434262 Merge pull request #296 from dlorenc/xhyveaddons
Fix the addons_test to work with xhyve.
2016-07-08 10:51:11 -07:00
Jimmi Dyson c24546736d
Expose service in tutorial & show use of `minikube service` command 2016-07-08 18:47:12 +01:00
Jimmi Dyson 892a116dc3
Better error message for services with no NodePort 2016-07-08 18:46:35 +01:00
Jimmi Dyson a258387f34
Add make gendocs target 2016-07-08 17:56:15 +01:00
Jimmi Dyson 450bef3e59
Add cross compile Makefile target, including building for Windows 2016-07-08 17:23:03 +01:00
dlorenc 2e70975634 Merge pull request #293 from MHBauer/set-gobin
explicitly set GOBIN based on GOPATH in case it is set externally
2016-07-07 14:42:54 -07:00
dlorenc 1b446b896a Fix the addons_test to work with xhyve.
When you run with the xhyve driver, the addon-manager has a different
name.
2016-07-07 14:32:26 -07:00
dlorenc 9fa002d573 Merge pull request #277 from aaron-prindle/get-kubernetes-version
Added get_kubernetes_versions command and tests
2016-07-07 13:38:47 -07:00
Morgan Bauer 75df2a99b4
explicitly set GOBIN based on GOPATH in case it is set externally 2016-07-07 13:32:22 -07:00
dlorenc 4f6a268961 Always set the current context to 'minikube' after a start. 2016-07-07 13:19:29 -07:00
dlorenc 9c560ac283 Merge pull request #289 from MHBauer/phony-clean
add .PHONY to clean target
2016-07-07 11:55:07 -07:00
Morgan Bauer a390bd3c47
add .PHONY to clean target 2016-07-07 11:32:02 -07:00
dlorenc a5a666c1c4 Merge pull request #257 from dlorenc/singletest
Add a note on how to run a single conformance test.
2016-07-07 10:32:01 -07:00
aprindle 3eccdd523f Added json file and schema for k8s versions. Also updated documentation. 2016-07-07 10:14:03 -07:00
Aaron Prindle 7c29252750 Merge pull request #280 from dlorenc/it
Increase the timeout on the addon manager pod.
2016-07-07 09:48:10 -07:00
Aaron Prindle 1184afda65 Merge pull request #287 from dlorenc/misc
Two small fixes: add logging and fix a typo.
2016-07-07 09:38:32 -07:00
Dan Lorenc d65040fffb Fix a typo in the notification text. 2016-07-07 07:22:05 -07:00
Dan Lorenc 22dccc781d Add some logging to cert generation. 2016-07-07 07:21:51 -07:00
dlorenc 364e72e6c5 Merge pull request #281 from MHBauer/make-clean-noerror
prevent make from failing when cleaning
2016-07-06 22:01:44 -07:00
Morgan Bauer c3d5a42068
prevent make from failing when cleaning 2016-07-06 19:41:12 -07:00
dlorenc 9428c5a7a4 Increase the timeout on the addon manager pod. 2016-07-06 14:33:29 -07:00
aprindle 216077d8b8 Added get-k8s-versions command and tests. 2016-07-06 14:15:38 -07:00
dlorenc 0a71dd290d Merge pull request #272 from dlorenc/release
Bump to v0.5.0, add release notes and increment the releases.json.
2016-07-06 10:34:50 -07:00
Dan Lorenc b68c957347 Bump to v0.5.0, add release notes and increment the releases.json. 2016-07-06 09:59:59 -07:00
dlorenc 10364bc62b Merge pull request #276 from dlorenc/it
Fix addons integration test.
2016-07-06 09:53:40 -07:00
dlorenc 7885c385d7 Fix addons integration test. 2016-07-06 09:24:48 -07:00
dlorenc 57a865d329 Merge pull request #267 from jimmidyson/service-command
Add service command
2016-07-06 09:16:21 -07:00
dlorenc 5076ef407a Merge pull request #248 from jimmidyson/xhyve
Add xhyve driver support
2016-07-04 08:10:16 -07:00
Jimmi Dyson 44b2d9ce20
Add service command, copied & refactored from dashboard command 2016-07-04 15:08:27 +01:00
dlorenc 34765425d1 Merge pull request #264 from jimmidyson/makefile-default
Make out/minikube default Makefile target
2016-07-04 06:59:33 -07:00
Jimmi Dyson f12fa577f3
Make out/minikube default Makefile target 2016-07-04 11:10:56 +01:00