-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared volumes, like in Kubernetes Pod #10379
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 |
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>
A friendly reminder that this issue had no activity for 30 days. |
@cdoern any update on this issue? |
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>
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 podman
orapt 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: