flexiant / kubernetes-install

A cookbook to install and configure a Kubernetes cluster with Chef
Apache License 2.0
4 stars 7 forks source link

correct version constraints. #3

Closed willejs closed 8 years ago

willejs commented 8 years ago

this fixes https://github.com/flexiant/kubernetes-install/issues/2

willejs commented 8 years ago

I think i know whats happening now. I think you modified the two cookbooks (etcd & docker) and have them on your chef server. I guess you modified them so that etcd supported systemd, and docker something else. Can you push these to a fork? Im going to make some pull requests to use newer cookbooks once i can get it working...

smartinm commented 8 years ago

You're right, we have modified etcd v2 cookbook to support systemd and docker to support weave. We are working on use the new version of the cookbooks.