Commit Graph

416 Commits (4eff13c066e43fcfae8516b751c7a28881fc6f36)

Author SHA1 Message Date
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
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
dlorenc 4e7073a2e6 Merge pull request #249 from dlorenc/testflags
Add a "--minikube-args" flag to the integration tests.
2016-07-03 10:11:36 -07:00
dlorenc aa821ac4ba Merge pull request #252 from jimmidyson/node-ip
Do not override node hostname to ensure node IP is correct in node resource addresses
2016-07-02 16:05:51 -07:00
dlorenc f5e3d0778d Merge pull request #258 from jimmidyson/homedir
Handle home path on Windows
2016-07-02 16:05:32 -07:00
Jimmi Dyson 759f906cf1
Handle home path on Windows 2016-07-02 21:30:36 +01:00
Jimmi Dyson 4b0f517600
Add xhyve driver support 2016-07-02 21:14:43 +01:00
Lucas Käldström 15f63731af Merge pull request #255 from dlorenc/dsstore
Add .DS_Store to .gitignore
2016-07-02 22:11:39 +03:00
Dan Lorenc 1da05ee0d5 Add a note on how to run a single conformance test. 2016-07-02 09:38:41 -07:00
Dan Lorenc e6fe31b04d Add .DS_Store to .gitignore
This makes the localkube "gitTreeState" "dirty" when building in a Mac through Docker.
2016-07-01 19:55:00 -07:00
dlorenc da674d5b80 Merge pull request #253 from aaron-prindle/kubernetes-version-v1.3.0
Upgraded the Kubernetes version to v1.3.0
2016-07-01 17:31:56 -07:00
aprindle 740ef2ec6f Upgraded the Kubernetes version to v1.3.0 2016-07-01 15:09:38 -07:00
Jimmi Dyson 29e492e918
Do not override node hostname to ensure node IP is correct in node resource addresses 2016-07-01 22:38:55 +01:00