Some devfiles are not compatible with Hosted Che (che.openshift.io) due to 3 GB quota limitations
See original GitHub issueCurrent Hosted Che “Terms of service” allows using only 3GB of RAM for workspace. At the same time some of the devfiles from the registry like java-web-spring
are failing with the quota issue:
NOTE: event though globalMemoryLimit: 2674Mi
is set in the meta.yaml, I suspect it does not take into account the jwt-proxy pod
We need to:
- identify the list of problematic devfiles that would fail with the quota issue https://github.com/eclipse/che/issues/13969#issuecomment-514207340
- try to update defviles to make them compatible with Hosted Che resources (if not possible need to decide if those devfiles should be in the registry )
- apache-camel-springboot https://github.com/eclipse/che-devfile-registry/pull/46
- java-mysql https://github.com/eclipse/che-devfile-registry/pull/61
- java-web-spring https://github.com/eclipse/che-devfile-registry/pull/62
[1] https://www.eclipse.org/che/docs/che-7/hosted-che.html#terms-of-service_{context}
Issue Analytics
- State:
- Created 4 years ago
- Comments:15 (15 by maintainers)
Top Results From Across the Web
Quotas and Limit Ranges | Developer Guide
OpenShift Online Pro project owners can change quotas for their project, but not limit ranges. OpenShift Online Starter users cannot modify quotas or...
Read more >Release notes and known issues Red Hat OpenShift Dev ...
Devfile no longer supports Visual Studio Code extensions; 2.18. OpenShift Dev Spaces ... Red Hat OpenShift Dev Spaces 3.0 is based on Eclipse...
Read more >Chapter 1. Preparing the installation Red Hat OpenShift Dev ...
To prepare a OpenShift Dev Spaces installation, learn about OpenShift Dev Spaces ecosystem and deployment constraints: Section 1.1, “Supported platforms” ...
Read more >Red Hat OpenShift Dev Spaces 3.0 Release notes and known ...
OpenShift Dev Spaces is supported on OpenShift Container Platform, OpenShift Dedicated, and Red Hat OpenShift Service on AWS (ROSA); Eclipse Che ...
Read more >Red Hat OpenShift Dev Spaces 3.0 User guide
Red Hat is not formally related to or endorsed by the ... Viewing Che-Theia editor logs using the OpenShift CLI.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
[23.07.2019] Check for worksapce startup quotes with the latest version of devfile registry at prod-preview:
and Follow-up]my last manual tests on preprod are working https://github.com/eclipse/che-devfile-registry/pull/46#issuecomment-514515189