You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start quicker it was decided to start with Devfile that will contain editor and plugins only.
But it is needed to add an ability to specify workspace environment in Devfile.
This issue is about changing Devfile model to be able to handle Kubernetes/OpenShift tool.
# An example of Devfile with Kubernetes/OpenShift tool specified
Note that this issue is only about Devfile model changes to be able to handle kubernetes/openshift tool. DevfileService#createWorkspaceFromYaml and DevfileService#createFromWorkspace methods won't support kubernetes/openshift tool since it contains relative link to tool configuration file (at least for time being). kubernetes/openshift tool will be supported by Factory workflow when workspace is created from repository inside of repository, the following issue #12266.
The text was updated successfully, but these errors were encountered:
sleshchenko
changed the title
An ability to specify workspace environment in Devfile
An ability to specify Kubernetes/OpenShift List as tool in Devfile
Dec 22, 2018
The issue is updated to support Kubernetes/OpenShift List as tool in Defile. The separate issue should be created for supporting dockerimage tool by Devfile.
mshaposhnik
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Dec 28, 2018
Description
To start quicker it was decided to start with Devfile that will contain editor and plugins only.
But it is needed to add an ability to specify workspace environment in Devfile.
This issue is about changing Devfile model to be able to handle Kubernetes/OpenShift tool.
# An example of Devfile with Kubernetes/OpenShift tool specified
Note that this issue is only about Devfile model changes to be able to handle kubernetes/openshift tool.
DevfileService#createWorkspaceFromYaml
andDevfileService#createFromWorkspace
methods won't supportkubernetes
/openshift
tool since it contains relative link to tool configuration file (at least for time being).kubernetes
/openshift
tool will be supported by Factory workflow when workspace is created from repository inside of repository, the following issue #12266.The text was updated successfully, but these errors were encountered: