Shared volumes, like in Kubernetes Pod #10379
Labels
Comments
|
Seems reasonable, interested in opening a PR? |
|
yes this makes sense to me! moves podman pods more towards a pod as a logical host |
|
A friendly reminder that this issue had no activity for 30 days. |
|
@cdoern At some point might want to look at this. |
|
@rhatdan yeah this looks cool! also want to give that buildah issue a try since I haven't worked on anything there yet, |
|
A friendly reminder that this issue had no activity for 30 days. |
|
working on this, contingent on #10933 which is the infra container rework |
cdoern
added a commit
to cdoern/podman
that referenced
this issue
Sep 2, 2021
added support for the --volume flag in pods using the new infra container design. users can specify all volume options they can with regular containers resolves containers#10379 Signed-off-by: cdoern <cdoern@redhat.com>
cdoern
added a commit
to cdoern/podman
that referenced
this issue
Sep 2, 2021
added support for the --volume flag in pods using the new infra container design. users can specify all volume options they can with regular containers resolves containers#10379 Signed-off-by: cdoern <cdoern@redhat.com>
cdoern
added a commit
to cdoern/podman
that referenced
this issue
Sep 2, 2021
added support for the --volume flag in pods using the new infra container design. users can specify all volume options they can with regular containers resolves containers#10379 Signed-off-by: cdoern <cdoern@redhat.com>
cdoern
added a commit
to cdoern/podman
that referenced
this issue
Sep 2, 2021
added support for the --volume flag in pods using the new infra container design. users can specify all volume options they can with regular containers resolves containers#10379 Signed-off-by: cdoern <cdoern@redhat.com>
cdoern
added a commit
to cdoern/podman
that referenced
this issue
Sep 3, 2021
added support for the --volume flag in pods using the new infra container design. users can specify all volume options they can with regular containers resolves containers#10379 Signed-off-by: cdoern <cdoern@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
or only Idea
Description
Enable to create shared volumes at the Pod level like in the Kubernetes Pod
Currently, Podman volumes can be shared via podman run --mounts-from, i.e only at the container level. On other hand, Kubernetes allows share volumes uniformly mounted by all Pod's containers. I would prefer to mount Podman volumes at the Pod level using
either podman volume create --pod mount-point.
or podman volume create & podman pod create --volume volume:mount-point --volume,..
what is easy for implementation.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version:Output of
podman info --debug:Package info (e.g. output of
rpm -q podmanorapt list podman):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes/No
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: