-
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 devfile with more than one Kubernetes tool #12719
Comments
It's expected behavior for the time being. But it would be a great enhancement to support multiple |
@l0rd Now we translate k8s/OS/dockerimage tool into the recipe of the workspace created by the devfile. Do you want us to create algorithm for merging several tools into a single recipe? |
@garagatyi yeah...I mean I don't know if making it possible to have more than one recipe is simpler. But anyway the algorithm should be extracting the container part of every "tool" and merging it in the workspace deployment (where we merge plugins and editors containers as well). |
@l0rd I assume that we don't need to implement support of conversion of workspace config back to several k8s tools, right? In fact we don't support conversion workspace config based on k8s recipe back to devfile at all. Implementation of this for several k8s tools would be complicated and would require more time. |
@garagatyi correct. I think that rather than supporting ws.config => devfile conversion we should get rid of ws.config at all. But that will come later. |
@l0rd 👍 this is what we keep coming across with Serhii and Lukas :) |
Since OSIO-Che and Che platform teams are not yet sure who will work on this issue we discussed technical details of the implementation with @sleshchenko
|
@garagatyi @ibuziuk we are taking this issue to our sprint. @sleshchenko are going to work on it. |
Description
Devfile example:
Controllers yamls can be found at kubernetes example
The text was updated successfully, but these errors were encountered: