-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support volumes for plugin components in devfile #14634
Comments
It is needed for #13603 |
@svor what are the reason not to specify m2 volume in chePlugin in plugin registry? |
@skabashnyuk as for me devfile is better place to do that, where we can see whole configuration of workspace's containers and make changes in one place. |
Apart from that, any other reasons? CC @l0rd |
Related: PRs #14539 and eclipse-che/che-plugin-broker#74 are working on adding volumes to plugin |
Actually, volumes are already implemented for meta.yaml https://github.com/eclipse/che-plugin-registry/blob/master/v3/plugins/eclipse/che-theia/next/meta.yaml#L59. And Oleksandr just works on ephemeral workspaces which are needed for another task.
As about supporting volumes for plugin components - maybe it makes sense but at this stage we don't have any real-world purposes for them, so maybe we should delay this issue until we see any needs in it. |
Closing as duplicate of #13318. |
Description
It is necessary to add an ability to set
volumes
forchePlugin
component. For example it is needed to mount the.m2
volume to the java plugin.The text was updated successfully, but these errors were encountered: