The EmptyDir volume type handles that - you create a volume in your pod template and then specify where it should be mounted into each container. The "oc volume" command can help add and remove volumes (see the examples) from deployment configs or replication controllers.
> On Mar 21, 2016, at 10:11 PM, Carl Mosca <[email protected]> wrote: > > Is it possible to use --volumes-from or something comparable to share > non-persistent volumes with containers within a pod? > > TIA, > Carl > > Carl J. Mosca > _______________________________________________ > dev mailing list > [email protected] > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
