coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

docs: remove coreos-specific wording #1731

Closed crawford closed 6 years ago

crawford commented 6 years ago

fleet is no longer shipped within Container Linux.

Vishant0031 commented 6 years ago

@crawford Starting which container linux version fleetd would not be packaged?

lucab commented 6 years ago

@Vishant0031 https://coreos.com/releases/#1675.0.1

Vishant0031 commented 6 years ago

@lucab thanks for pointing to the release notes.

I see the etcd2 binary is also removed, which mostly removes etcd2.service and another references. Would the etcd binary and service file would be etcd3* or just etcd (and etcd.service)? any breaking changes in command line parameters from etcd2 to new etcd? there isn't outline here explicitly https://coreos.com/blog/toward-etcd-v3-in-container-linux.html.

lucab commented 6 years ago

@Vishant0031 v2 to v3 upgrade is described at https://coreos.com/etcd/docs/latest/upgrades/upgrade_3_0.html while the new containerized etcd-member service is described at https://coreos.com/blog/toward-etcd-v3-in-container-linux.html#how-do-i-run-etcd-v3-on-container-linux.