We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3, develop branch
Create a docker-compose file with multiple services mounting the same volume. Convert it.
Only one persistent volume claim should be created with ReadWriteMany attribute set.
One persistent volume claim is created for each service. Services don't share the same data as the docker setup would expect.
The text was updated successfully, but these errors were encountered:
Ho, I will test this. Sorry for the delay
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: