From Brendan's Kubernetes 101 https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/walkthrough/README.md
In Kubernetes, emptyDir Volumes live for the lifespan of the Pod, which is longer than the lifespan of any one container, so if the container fails and is restarted, our persistent storage will live on.--
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 google-contain...@googlegroups.com.
To post to this group, send email to google-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.
Is this the same bug wherein the non-specified volume type was no longer defaulting to emptydir?
Carlos: try defining your volume with source: emptyDir {}