-
Feature
-
Resolution: Done
-
Blocker
-
2.10.1.GA
-
None
-
False
-
False
-
Currently, Che Cluster CR provides an ability to enable DevWorkspace support but the
description tells nothing about fact that it's experimental:
devWorkspace:
description: Dev Workspace operator configuration
properties:
controllerImage:
description: Overrides the container image used in the DevWorkspace
controller deployment. This includes the image tag. Omit it
or leave it empty to use the default container image provided
by the Operator.
type: string
enable:
description: Deploys the DevWorkspace Operator in the cluster.
Does nothing when a matching version of the Operator is already
installed. Fails when a non-matching version of the Operator
is already installed.
type: boolean
required:
- enable
type: object
^ from https://github.com/eclipse-che/che-operator/blob/main/config/crd/bases/org_v1_che_crd.yaml#L351
Describe the solution you'd like
This issue is about making clear that DevWorkspace support is still experimental [not ready for production] feature from the place where users may discover that feature - CheCluster CR, since it's exposed on OpenShift UI as well:
