kubewharf / katalyst-core

Katalyst aims to provide a universal solution to help improve resource utilization and optimize the overall costs in the cloud. This is the core components in Katalyst system, including multiple agents and centralized components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

katalyst-agent: get reclaimed resource.katalyst.kubewharf.io/reclaimed_memory capacity failed: resource memory last report value not found

zhy76 opened this issue · comments

What happened?

image

What did you expect to happen?

GetReportContentResponse from headroom-reporter-plugin Endpoint success.

How can we reproduce it (as minimally and precisely as possible)?

Use the image of the latest main branch

Software version

$ <software> version
# paste output here
commented

@zhy76 Does this error appear within two minutes after starting? cc @luomingmeng

@zhy76 Does this error appear within two minutes after starting? cc @luomingmeng

No, This error persists in the katalyst-agent log after startup

It seems that the version of v0.3.1 does not have this error, but the latest version of the main branch does.

This issue is due to malachite not being deployed, which can be fixed by helm install malachite -n malachite-system --create-namespace kubewharf/malachite, I will close this. Thanks to @caohe @luomingmeng