coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

kubernetes: explore the localstorage (local PV) #1201

Open philips opened 7 years ago

philips commented 7 years ago

Localstorage would make it possible for us to move off of hostPath. See instructions here: https://github.com/kubernetes-incubator/external-storage/tree/master/local-volume

cc @lpabon

hongchaodeng commented 7 years ago

Ref https://github.com/coreos/etcd-operator/issues/957

Shedding some thoughts. Using local pv will empower us to use cloud SSD disk, tolerate failures and restarts, and reduce the overhead of replicating a fresh new member.

philips commented 7 years ago

Based on the local volume prototype above someone (maybe an intern?) can start exploring this and providing feedback. A goal of the upstream team is to get this to stable and usable by etcd Operator.

lpabon commented 7 years ago

We will add it to our plans. There is also work to add local or network block based storage. Maybe necessary for databases.

On Fri, Jun 16, 2017 at 11:21 AM, Brandon Philips notifications@github.com wrote:

Based on the local volume prototype above someone (maybe an intern?) can start exploring this and providing feedback. A goal of the upstream team is to get this to stable and usable by etcd Operator.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/coreos/etcd-operator/issues/1201#issuecomment-309055020, or mute the thread https://github.com/notifications/unsubscribe-auth/ADs0Qd0vcPGUpZmh96ihlpcTS290fFkkks5sEp1xgaJpZM4N7jHJ .

prune998 commented 6 years ago

Any news here ?