devfile / devworkspace-operator

Apache License 2.0
67 stars 55 forks source link

Allow setting runtimeClass for devworkspace pods #1286

Closed dkwon17 closed 2 months ago

dkwon17 commented 4 months ago

Description

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

Additional context

Related issue: https://github.com/eclipse-che/che/issues/23032

dkwon17 commented 2 months ago

Fixed by https://github.com/devfile/devworkspace-operator/pull/1303