We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.0-beta.0
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.
The eraser Pod on the control plane cannot start because of OutOfcpu:
OutOfcpu
eraser-system eraser-controller-manager-8589f5dd7-wvq4w 1/1 Running 0 37m 192.168.183.131 zhecheng-802-md-0-svlgx-lhwjg <none> <none> eraser-system eraser-zhecheng-802-control-plane-cfz5s-58fq2 0/3 OutOfcpu 0 37m <none> zhecheng-802-control-plane-cfz5s <none> <none> eraser-system eraser-zhecheng-802-md-0-svlgx-8n9gw-56mzk 0/3 Completed 0 37m 192.168.108.3 zhecheng-802-md-0-svlgx-8n9gw <none> <none> eraser-system eraser-zhecheng-802-md-0-svlgx-lhwjg-gfx9t 0/3 Completed 0 37m 192.168.183.132 zhecheng-802-md-0-svlgx-lhwjg <none> <none> eraser-system eraser-zhecheng-802-md-0-svlgx-vwp9n-68kl2 0/3 Completed 0 37m 192.168.41.68 zhecheng-802-md-0-svlgx-vwp9n <none> <none> Warning OutOfcpu 20m kubelet Node didn't have enough resource: cpu, requested: 1007, used: 1100, capacity: 2000
The CPU request should be smaller: https://github.com/eraser-dev/eraser/blob/v1.4.0-beta.0/deploy/eraser.yaml#L431
The text was updated successfully, but these errors were encountered:
Same issue but from a different perspective to solve it: #1005
Sorry, something went wrong.
@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
deploy.resources.requests.cpu
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: