add cpu limits to che-plugin-broker #15543
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your enhancement related to a problem? Please describe.
I run che-server 7.5.1 on a corporate k8s cluster where it is required to specify resource limits for every deployment. The workspace creation process fails because there are no cpu limits for workspaceXXXX.che-plugin-broker.
Describe the solution you'd like
So I tried a dirty fix on Containers.java which resolves the issue. Now I wonder what would be a clean way to add this cpu limit ? Maybe we can already add it without patching existing code ?
The text was updated successfully, but these errors were encountered: