On Wed, Jun 29, 2016 at 7:32 AM, Rodrigo Campos <[email protected]> wrote: > No, it won't. > > You can also try it, just docker kill or kubectl delete pod, and you can > check it :-)
Small clarification - on a "docker kill" the data will survive, because the pod is still present, it just had a blip in one or more containers. On a kubectl delete, the pod is really gone. I don't want people thinking that we'll toss volume data, however ephemeral we claim it to be, just because their app segfaults :) > On Wednesday, June 29, 2016, Ori Popowski <[email protected]> wrote: >> >> Hi, >> >> If a replication controller contains an emptyDir volume and say, 3 >> replicas, and for some reason one of the pods was killed and spawned again >> by the replication controller on the same node: >> >> Will the data in that volume still exist? >> >> Thanks >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Containers at Google" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at https://groups.google.com/group/google-containers. >> For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Containers at Google" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-containers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
