[kubernetes-users] request to join

2017-05-07 Thread Weiwei Zhang
Thanks! -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [kubernetes-users] Leverage local ssd for statefulset

2017-05-07 Thread
We're working on a feature to allow local volumes to be specified as PVs wth scheduler integration. But it probably won't be in any production-ready state until at least 1.8. In the meantime, you might be able to use pod anti-affinity to ensure that the pods in your statefulset do not end up on th

Re: [kubernetes-users] Leverage local ssd for statefulset

2017-05-07 Thread
+msau https://github.com/kubernetes/community/pull/306 is tackling this problem. Expect an alpha feature that includes scheduling, fault tolerance and provisioning by v1.8. On Sun, May 7, 2017 at 12:50 AM, vincent gromakowski < vincent.gromakow...@gmail.com> wrote: > Hello > I would like to have

[kubernetes-users] Leverage local ssd for statefulset

2017-05-07 Thread vincent gromakowski
Hello I would like to have your opinion on statefulset implemented on local volumes. What would be the best option today ? - a custom scheduler ? - a custom scheduler + an operator ? - an external mapping system ? I would like to dedicate local disks per pod. TX Vg -- You received this messag