-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for devfile kubernetes and openshift components #17894
Copy link
Copy link
Closed
Labels
area/devworkspace-operatorengine/devworkspaceIssues related to Che configured to use the devworkspace controller as workspace engine.Issues related to Che configured to use the devworkspace controller as workspace engine.kind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.new¬eworthyFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notesFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notesseverity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.status/release-notes-review-neededIssues that needs to be reviewed by the doc team for the Release Notes wordingIssues that needs to be reviewed by the doc team for the Release Notes wording
Milestone
Metadata
Metadata
Assignees
Labels
area/devworkspace-operatorengine/devworkspaceIssues related to Che configured to use the devworkspace controller as workspace engine.Issues related to Che configured to use the devworkspace controller as workspace engine.kind/enhancementA feature request - must adhere to the feature request template.A feature request - must adhere to the feature request template.new¬eworthyFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notesFor new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notesseverity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.status/release-notes-review-neededIssues that needs to be reviewed by the doc team for the Release Notes wordingIssues that needs to be reviewed by the doc team for the Release Notes wording
Is your enhancement related to a problem? Please describe.
Che currently ignores kubernetes and openshift components. These were previously supported by the che-server workspaces engine.
Describe the solution you'd like
kubernetesoropenshiftcomponent, would be applied without any modification.kubernetesandopenshiftcomponents (there is a specific issue for that)Release Notes Text
Eclipse Che now supports devfile components of type
kubernetesandopenshift. That allow to reference Kubernetes and OpenShift manifests in a devfile and include them as part of the workspace. Devfile components of typevolumeandcontainerwere already supported, components of typeimageare not supported yet.