This message was deleted.
# harvester
a
This message was deleted.
b
The underlying metric uses
kube_pod_container_resource_requests
which for us is being set much lower than the limit. Would explain the negative value but will continue digging into why it's like this
👍 1
Ah it changed in https://github.com/kubevirt/kubevirt/pull/7204 and the playbook description wasn't updated
a
Curious - why would
kube_pod_container_resource_requests
result in returning a negative value?
Oh it subtracts actual memory usage from requested
b
I followed up in the monitoring repo and they said just to ignore it as it will be removed https://github.com/kubevirt/monitoring/pull/246
a
Interesting, thanks