[Regression] Apache Camel devfile not starting on Hosted Che
See original GitHub issueDescription
When starting Che 7 workspace based on Apache Camel based on Spring Boot
, the workspace is not started saying Error: Failed to run the workspace: "Unrecoverable event occurred: 'FailedCreate', 'Error creating: pods "workspacevd196kj996eb1v7b.maven-85dcd48884-55sdr" is forbidden: [maximum cpu usage per Pod is 6, but limit is 6424m., maximum memory usage per Pod is 3Gi, but limit is 3450109952.]', 'workspacevd196kj996eb1v7b.maven-85dcd48884'"
.
Screenshot:
Reproduction Steps
Log in to https://che.prod-preview.openshift.io. Click Add Workspace
, click Apache Camel based on Spring Boot
and hit the button CREATE & OPEN
.
OS and version:
https://che.prod-preview.openshift.io with version 7.0.0-rh-3.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Chapter 4. Known issues Red Hat CodeReady Workspaces 2.10
Failing to activate the Appliance for Apache Camel K by Red Hat extension; 4.13. Could not start a workspace with factory using devfile...
Read more >KubeCon + CloudNativeCon Europe 2022: Full Schedule
Check out the schedule for KubeCon + CloudNativeCon Europe 2022.
Read more >CHANGELOG.md · master · Jonathan Torres / che · GitLab
Get rid of non-working workaround to flakiness when Java LS server initialization ... Change grafana configuration to match hosted che configuration #14684 ...
Read more >Planet Eclipse
I am not looking to convince everyone that a particular brace placement style ... Camel Route editor by installing the Language Support for...
Read more >other.xml.gz - Index of /
Conditionally apply patch to avoid use of obscure property not supported on GCJ. ... warnings - fixed bad handling of hosts-lists when start-host...
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
there is also the Java extension which is now 1500M by default https://github.com/eclipse/che-plugin-registry/blob/603ff3819b973b138f806e9f7c0bb8c6ddcb5c4d/v3/plugins/redhat/java/latest/meta.yaml#L16-L18 although using 1280M in the initial stack https://github.com/eclipse/che/issues/13146#issuecomment-492171279
Maybe it is because the apache camel plugin has no more memory limit specified in devfile
https://github.com/eclipse/che-devfile-registry/blob/91f5b9bc220ceb6105ba17aaa7b6a7361367e880/devfiles/apache-camel-springboot/devfile.yaml#L16-L18
and that the default value for plugin is set to 512M
https://github.com/eclipse/che-plugin-registry/blob/603ff3819b973b138f806e9f7c0bb8c6ddcb5c4d/v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml#L17
although in initial proposal, it was 128M
https://github.com/eclipse/che/issues/13146#issuecomment-492171279
i’m nto sure how I can test as i cannot access https://che.prod-preview.openshift.io/dashboard/ and i’m also no more able to connect to http://che.openshift.io so cannot test it withthem. I installed Che 7 locally. how can i set the workspace limit for workspace the same way?