-
Notifications
You must be signed in to change notification settings - Fork 769
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
Problems of converting volumes #75
Comments
Thanks @janetkuo for pointing this out. This is an important part of kompose conversion. Firstly I would say the current volume conversion was outdated a little bit. I just have a quick look at this.
|
I looked closer at the spec and libcompose, the v2 volume you mentioned are in We should add warnings for not supporting VolumeConfigs too (we don't have that yet). |
@janetkuo Can we close this issue by your merged PRs? |
Yes |
A few problems I discovered specific to
volumes
:emptyDir
for volumes, but if host is specified (i.e.HOST:CONTAINER
, see spec), shouldn't we usehostPath
instead?The text was updated successfully, but these errors were encountered: