Bug: Persistent volume creation #75

Open
opened 2024-08-14 08:44:36 +00:00 by unicode-it · 3 comments
unicode-it commented 2024-08-14 08:44:36 +00:00 (Migrated from github.com)

Version

3, develop branch

Reproduce

Create a docker-compose file with multiple services mounting the same volume. Convert it.

Expected behavior

Only one persistent volume claim should be created with ReadWriteMany attribute set.

Faulty behavior

One persistent volume claim is created for each service. Services don't share the same data as the docker setup would expect.

### Version 3, develop branch ### Reproduce Create a docker-compose file with multiple services mounting the same volume. Convert it. ### Expected behavior Only one persistent volume claim should be created with ReadWriteMany attribute set. ### Faulty behavior One persistent volume claim is created for each service. Services don't share the same data as the docker setup would expect.

Ho, I will test this. Sorry for the delay

Ho, I will test this. Sorry for the delay

OK, right. I confirm this is a bug.

I will probably change the way I manage named volumes to create "global" volume claims and to allow mapping the volume on all deployments

OK, right. I confirm this is a bug. I will probably change the way I manage named volumes to create "global" volume claims and to allow mapping the volume on all deployments
jpsnyder commented 2025-07-03 21:06:20 +00:00 (Migrated from github.com)

I just ran into this issue too.

I just ran into this issue too.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Katenary/katenary#75
No description provided.