Open lzhecheng opened 3 months ago
Same issue but from a different perspective to solve it: https://github.com/eraser-dev/eraser/issues/1005
@lzhecheng you can change the cpu via deploy.resources.requests.cpu
https://github.com/eraser-dev/eraser/tree/v1.4.0-beta.0/charts/eraser
Version of Eraser
v1.4.0-beta.0
Expected Behavior
I deployed eraser on a standard CAPZ cluster with VM size: Standard B2s (2 vcpus, 4 GiB memory) Eraser Pod should start on all Nodes.
Actual Behavior
The eraser Pod on the control plane cannot start because of
OutOfcpu
:The CPU request should be smaller: https://github.com/eraser-dev/eraser/blob/v1.4.0-beta.0/deploy/eraser.yaml#L431
Steps To Reproduce
Are you willing to submit PRs to contribute to this bug fix?