In the above information, there are a total of 8 GPUs on the physical node. The gpu resources in Allocatable have been expanded by 10 times. I deployed 5 Pods on it, and each pod occupies a whole GPU
I want to see the remaining number of available GPUs and some other related information on node (such as the maximum available virtual existing per card, the remaining number of complete GPUs).
When the Pod is in Pending state, we can determine the reason for Pending by checking the Node information.
1. Issue or feature description
In the above information, there are a total of 8 GPUs on the physical node. The gpu resources in Allocatable have been expanded by 10 times. I deployed 5 Pods on it, and each pod occupies a whole GPU
I want to see the remaining number of available GPUs and some other related information on node (such as the maximum available virtual existing per card, the remaining number of complete GPUs).
When the Pod is in Pending state, we can determine the reason for Pending by checking the Node information.