-
Notifications
You must be signed in to change notification settings - Fork 56
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
Document unsupported Devfile 2.x features #983
Labels
sprint/current
Is assigned to issues which are planned to work on in the current team sprint
Milestone
Comments
AObuchow
added
the
sprint/current
Is assigned to issues which are planned to work on in the current team sprint
label
Nov 23, 2022
This was referenced Nov 23, 2022
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 24, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 24, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
3 tasks
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 24, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 24, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 28, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 28, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
to AObuchow/devworkspace-operator
that referenced
this issue
Nov 28, 2022
Fix devfile#983 Signed-off-by: Andrew Obuchowicz <[email protected]>
AObuchow
added a commit
that referenced
this issue
Nov 29, 2022
Fix #983 Signed-off-by: Andrew Obuchowicz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are features from the Devfile 2.x spec that are currently not supported in DWO.
These should be documented to potentially avoid confusion for users who try to use them.
I went through the Devfile 2.2.1-alpha schema to find which features are currently not supported in DWO. Note that it's possible there are other 2.2.x features which I have missed.
The features that seem most relevant to DWO are the following:
spec.components.container.annotation.service
: Support setting annotations on services/endpoints from DevWorkspace #799spec.components.container.endpoints.annotations
: Support setting annotations on services/endpoints from DevWorkspace #799spec.components.container.dedicatedPod
: Out of main pod containers api#48spec.components.volume.size
: Compute required size for per-workspace PVC when all volumes have sizes specified. #947spec.components.image
: Starting workspaces from a Dockerfile eclipse-che/che#21187 & Support Devfile v2 outer loop components of typeimage
andkubernetes
eclipse-che/che#21186spec.components.custom
,spec.components.container.custom.componentClass
spec.events.postStop
spec.events.preStop
The text was updated successfully, but these errors were encountered: