adamant-kite-43734
10/02/2023, 6:03 PMbillions-vase-14972
10/03/2023, 12:16 PMstatus.requested
object. This would be the same as checking the "Allocated resources" when running kubectl describe node <node-name>
- for example:
Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits
-------- -------- ------
cpu 700m (17%) 1 (25%)
memory 240Mi (3%) 270Mi (3%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)
As for documentation, I wasn't able to find anything definitive on this, but from the kubectl source code, it appears to be all of the pod requests and limits of that particular node.lively-butcher-70295
10/03/2023, 1:58 PMbillions-vase-14972
10/03/2023, 3:03 PM<http://field.cattle.io/projectId|field.cattle.io/projectId>
for Namespaces - As far as I can tell, it is specifically the requests/limits set on the containers of Pods.lively-butcher-70295
10/03/2023, 3:28 PMbillions-vase-14972
10/03/2023, 3:42 PMlively-butcher-70295
10/03/2023, 5:30 PM