Hello, I am a new user of rancher. I don’t know exactly what “Total Resources” means in the dashboard of a specific cluster. I looked for rancher v3 api to implement this function, but it seems that there is no corresponding data. How can I calculate the data corresponding to Total Resources?
Total Resources in Rancher shows the combined CPU, memory, and storage capacity of all nodes in a cluster. To calculate it, sum up the allocatable resources from each node. Use the Kubernetes API (/api/v1/nodes) instead of Rancher API v3 to fetch this data
