CPU request / limit in the plugin meta.yaml is not correctly translated on the k8s level #18484
Labels
area/che-server
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
CPU request in the plugin meta.yaml is not correctly translated on the k8s level
e.g.
cpuRequest: "30m"
is translated to 30 cores (should be either 30m or 0.03):Che version
Steps to reproduce
devfile to reproduce:
Details in the
cpuRequest
andmemoryRequest
to the che-theia plugin meta.yaml che-plugin-registry#716cpuRequest
andmemoryRequest
to the che-theia plugin meta.yaml che-plugin-registry#716 (comment)Expected behavior
cpuRequest: "30m"
is transated to either30m
or0.03
Runtime
The text was updated successfully, but these errors were encountered: