Issue when a CheCluster CR doesn't have devworkspace.enabled=true #21166
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
area/install
Issues related to installation, including offline/air gap and initial setup
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
sprint/current
Milestone
Describe the bug
After subscribing to next channels of Che and DevWorkspace I have applied the following CheCluster CR (note that there is no
devWorkspace
section):Che and the DevWorkspace Operator are deployed successfully but when I try to start a workspace it fails after timeout.
This is the error message in the dashboard (see screenshot below):
Here is the error message in the DevWorkspace controller logs (see full logs below):
Note that the CheCluster CR is updated and the
spec.devWorspace.enabled
is set tofalse
:WORKAROUND: If
CheCluster
is patched withspec.devWorkspace.enabled=true
everything work as expectedChe version
next (development version)
Steps to reproduce
Start a new OpenShift cluster and add CatalogSources and Subscriptions for Che and DevWorkspace
Apply the
CheCluster
CR above and wait that Che and the DWO gets deployed succesfullyStart the SpringBoot petclinic sample from the dashboard
Expected behavior
The Pet Clinic workspace sample start successfully
Runtime
OpenShift
Screenshots
Installation method
other (please specify in additional context)
Environment
Amazon
Eclipse Che Logs
Che operator logs:
The text was updated successfully, but these errors were encountered: