Specify workspace pod schedulerName as an URL parameter #21420
Labels
area/devworkspace-operator
area/factory/dashboard
Issues related to factories frontend (che user dashboard side)
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P1
Has a major impact to usage or development of the system.
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
Is your enhancement related to a problem? Please describe
There are some specialized Kubernetes scheduler that can improve workspaces performances. One example is Portworx Stork. To use those schedulers pod should reference them in the
PodSpec.schedulerName
field.But it's currently not possible to specify workspace pods
schedulerName
. It's not a DW field or a Devfile attribute.Describe the solution you'd like
Update the DevWorkspace API to allow the specification of a
schedulerName
. And add the possibility to use it as a parameter in a factory URL.The text was updated successfully, but these errors were encountered: