-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/devfile-specIssues related to Devfile v2Issues related to Devfile v2engine/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.kind/epicA long-lived, PM-driven feature request. Must include a checklist of items that must be completed.A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Milestone
Description
Is your enhancement related to a problem? Please describe.
There are some features of workspaces that could be specified using a Devfile v1 that it's not possible to specify using Devfile v2 yet.
Describe the solution you'd like
- Support ephemeral controller team
spec:
components:
- name: my-ephemeral-volume
volume:
ephemeral: false # Volume my-ephemeral-volume will be mounted as emptyDir
- asynchronous storage controller team
- Support secret and configmap injection (to review if we want to support current injection mechanism) controller team
^
we don't need to have it on devfile model, we're going to implement it in the same way as currently Che does, match secrets and configmaps with their labels/annotations.
Metadata
Metadata
Assignees
Labels
area/devfile-specIssues related to Devfile v2Issues related to Devfile v2engine/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.kind/epicA long-lived, PM-driven feature request. Must include a checklist of items that must be completed.A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.