whitmo / charm-kubernetes

A juju charm to deploy a kubernetes minion
Other
1 stars 1 forks source link

remove the etcd relation from kubernetes minions #25

Open mbruzek opened 9 years ago

mbruzek commented 9 years ago

The v0.15.0 release removed the --etcd_servers flag from kubelet and proxy services.

I believe the minion charm no longer needs a relation to etcd, only the master needs a relation to etcd, but I don't think the minons do. That would simply the charm code.