whitmo / charm-kubernetes

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

the -etcd_servers flag has been removed #22

Open mbruzek opened 9 years ago

mbruzek commented 9 years ago

The kubelet service on kubernetes minons/nodes does not run on current kubernetes releases (v0.15.0).

The file /var/log/upstart/kubernetes.log contains the cause:

unknown flag: --etcd_servers

We need to figure out what to do for this flag.

mbruzek commented 9 years ago

The kubernetes proxy service was also failing on this same kind of error. Both upstart scripts need to be fixed to remove the invalid keys or the services will not start.