karpenter_nodes_total_pod_requests now includes daemonset pods #7334
Labels
documentation
Improvements or additions to documentation
needs-triage
Issues that need to be triaged
Description
Observed Behavior:
In the karpenter capacity dashboard, noticed some resource utilizations exceeding 100%
![Screenshot 2024-11-06 at 11 04 28 AM](https://private-user-images.githubusercontent.com/15153943/383691951-c98ac6ae-9b23-4cce-8199-406b4ee8c00a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MDIzMjIsIm5iZiI6MTczOTkwMjAyMiwicGF0aCI6Ii8xNTE1Mzk0My8zODM2OTE5NTEtYzk4YWM2YWUtOWIyMy00Y2NlLTgxOTktNDA2YjRlZThjMDBhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE4VDE4MDcwMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ0MjhiOTlhMmNjN2NmZjkyZWI2ZTEwMjE1OWM4OGEwNDAwZmIxYjU4ZDExOGIxNWRmMWM5MmZlNzc1YWRjNDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fFFw2SvA3XcUzpbNE16Ec3AbP0R6lpkaRoIQJ24PCB0)
pods + daemonset CPU requests exceed the node allocatable CPU:
Expected Behavior:
According to the docs, the gauge
karpenter_nodes_total_pod_requests
is supposed to providethe resources requested by non-DaemonSet pods bound to nodes
.This seems to have changed here: kubernetes-sigs/karpenter#1515
Now it includes the daemonset pods resource requests.
Can we update the docs in this repo + grafana dashboard?
Versions:
v1.0.6
The text was updated successfully, but these errors were encountered: