Commit Graph

586 Commits (45c8c4d27bb83d7ab1845e8b8f5283d81644173c)

Author SHA1 Message Date
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
dlorenc d7d948e9df Merge pull request #250 from dlorenc/updatedocs
Adding documentation for updating k8s.
2016-07-01 14:12:02 -07:00
dlorenc de9ee78fec Adding documentation for updating k8s. 2016-07-01 12:20:51 -07:00
dlorenc 37ea2f0eea Add a "--minikube-args" flag to the integration tests.
This flag lets you pass arbitrary flags to minikube start. For now,
this is useful for testing different iso URLs and VM drivers.
2016-06-30 14:11:37 -07:00
dlorenc 4686db678d Merge pull request #246 from aaron-prindle/spam-in-logs
Fixed spam caused by etcdserver/api/v2http logging through capnslog, …
2016-06-30 13:00:05 -07:00
dlorenc edec7b3656 Merge pull request #242 from jimmidyson/kvm
Add kvm driver support
2016-06-30 12:05:57 -07:00
Jimmi Dyson a738a0f5ad
Add kvm driver support 2016-06-30 18:52:45 +01:00
aprindle 32843fa860 Fixed spam caused by etcdserver/api/v2http logging through capnslog, changed etcdserver/api logging to be for NOTICE lvl and above 2016-06-30 10:34:36 -07:00
Lucas Käldström 639ca1e130 Merge pull request #245 from dlorenc/private
Add documentation on how to authenticate to a private registry.
2016-06-30 00:11:35 +03:00
dlorenc ab354ba889 Add documentation on how to authenticate to a private registry. 2016-06-29 14:00:02 -07:00
dlorenc c3d31429fe Merge pull request #241 from dlorenc/persist
Make the /var/lib/localkube directory persistent.
2016-06-29 13:54:30 -07:00
dlorenc 48c0f4df32 Merge pull request #243 from jimmidyson/kubernetes-beta2
Update kubernetes to v1.3.0-beta.2
2016-06-29 09:54:07 -07:00
dlorenc fb7f789192 Merge pull request #240 from aaron-prindle/readme-wait-for-ip
Added a note regarding that you may have to wait before you can curl …
2016-06-29 08:40:45 -07:00
Jimmi Dyson 8e058cc73c
Update kubernetes to v1.3.0-beta.2 2016-06-29 10:44:08 +01:00
aprindle 7423024d3f Added a note regarding that you may have to wait before you can curl the Quickstart url 2016-06-28 16:25:50 -07:00
dlorenc 1a8621a4d4 Make the /var/lib/localkube directory persistent. 2016-06-28 14:04:45 -07:00
dlorenc 3380a56971 Merge pull request #232 from jstrachan/patch-2
added minikube docker-env docs
2016-06-28 08:27:59 -07:00
James Strachan 93c0eb747a fixed typo, removed windows and added link to more docs 2016-06-28 11:03:59 +01:00
dlorenc 03608ab6ba Merge pull request #231 from stevesloka/addCPUFlag
Added flag to allow the number of CPU's to be specified
2016-06-27 13:06:59 -07:00
Steve Sloka 95edd89399 Added flag to allow the number of CPU's to be specified as flag to start command 2016-06-27 15:32:16 -04:00
dlorenc 942c6aac45 Merge pull request #234 from dlorenc/release
Update releases.json for 0.4.0
2016-06-27 10:49:10 -07:00
dlorenc 8979f0d68b Update releases.json for 0.4.0 2016-06-27 10:34:50 -07:00
dlorenc b4830442f1 Merge pull request #233 from dlorenc/release
Cut the 0.4.0 Release
2016-06-27 10:33:13 -07:00
dlorenc 7f02c6bfbb Update docs for the 0.4.0 release. 2016-06-27 09:44:15 -07:00
dlorenc 79b63d797c Bump to iso version 0.4.0 2016-06-27 09:22:25 -07:00
dlorenc e0a2ee2e4d Bump to version 0.4.0 2016-06-27 09:22:25 -07:00
dlorenc a941688388 Add release notes for 0.4.0 2016-06-27 09:22:25 -07:00
dlorenc 75a4b05407 Merge pull request #226 from dlorenc/gcs
Move release API check from github to GCS.
2016-06-27 09:22:04 -07:00
James Strachan 6a2e6e000c added minikube docker-env docs
thanks to @aaron-prindle for the heads up!
2016-06-27 17:10:45 +01:00
Lucas Käldström d07bcb4be2 Merge pull request #229 from dlorenc/dashboard
Update the dashboard to v1.1.0.
2016-06-27 07:59:31 +03:00
Dan Lorenc f74e51ba0d Update the dashboard to v1.1.0. 2016-06-26 21:00:36 -07:00