che: Failed to deploy Eclipse Che on `arm64` platform
Summary
I am following this guide to install Che on my Mac book M1 , Che Installation of openshift local
I have openshift local running on my system, I am able to login both as a developer and an admin both.
crc status gives:
CRC VM: Running OpenShift: Running (v4.13.6) RAM Usage: 6.55GB of 9.353GB Disk Usage: 21.96GB of 32.68GB (Inside the CRC VM) Cache Usage: 37.64GB
However, when I run chectl server:deploy --platform crc , I encounter a timeout , I have the latest version of chectl installed.
The error message I receive is:
Deploy Eclipse Che ❯ Install Dev Workspace operator ✔ Create CatalogSource devworkspace-operator...[Exists] ✖ Create Subscription devworkspace-operator Wait for Dev Workspace operator ready Create Subscription eclipse-che Fetch CheCluster sample from a CSV Create CheCluster Custom Resource Error: Command server:deploy failed with the error: Cannot create property 'context' on string 'Timeout reached while waiting for "devworkspace-operator" subscription is ready.'
I have tried and failed with Minikube and have spent countless hours reading issues and trying to fix them, but it seems all my efforts have been in vain. I would love to eventually contribute to the project, but I am struggling at what seems to be the very first step.
Relevant information
No response
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 20 (10 by maintainers)
@moonbse feel free to join Eclipse Che Community Call on Monday, September 18th and add your topic to the agenda. More details about the community call / agenda can be found on the
che-dev[1] mailing list.[1] https://www.eclipse.org/lists/che-dev/msg04473.html
@moonbse Basically it means, that pod is not up and running. Something went wrong, it might be CrashLoopBackOff or ImagePullBackOff errors. Please inspect che-operator pod.
Try to inspect failed subscription, we need to figure out the reason why subscription is not ready.
oc describe sub devworkspace-operator -n openshift-operators