Closed dkwon17 closed 2 months ago
A new field in the DWOC to set runtime class for all devworkspace pods:
config: workspace: runtimeClassName: 'myruntimeclass'
If this is set in the DWOC, devworkspaces that use the DWOC should have their pod use the myruntimeclass runtime class
myruntimeclass
Related issue: https://github.com/eclipse-che/che/issues/23032
Fixed by https://github.com/devfile/devworkspace-operator/pull/1303
Description
A new field in the DWOC to set runtime class for all devworkspace pods:
If this is set in the DWOC, devworkspaces that use the DWOC should have their pod use the
myruntimeclass
runtime classAdditional context
Related issue: https://github.com/eclipse-che/che/issues/23032