Skip to main content
Version: 1.14.0

View the GPU Inventory

This topic describes how to see the inventory of the clusters' each GPU node and the application status. The EGS platform also provides the details of both EGS managed and unmanaged nodes.

To view the inventory:

  1. Go to GPU Inventory on the left sidebar.

  2. Under Managed Nodes, you can see the GPU node allocation status for each cluster.

    inventory

    The figure below shows the AMD icon for an AMD GPU on the Inventory page.

    inventory

  3. To see the inventory details of a node, click the right arrow next to the ALLOCATION STATUS column.

    inventory

    The figure below shows that the GPU Cost section is included in the Inventory Details pane. The cost can be set for a specific instance type. So, if you have multiple nodes of the same type in your clusters, the price you specify will apply to all of them.

    inventory

    After a custom price update, it may take up to an hour for the cost data to reflect the changes.

Exclude GPU Nodes from the EGS Inventory

Cluster administrators can exclude specific GPU nodes from EGS by adding the kubeslice.io/managed-by-egs=false label to them. This label ensures that EGS does not schedule workloads on these labeled nodes, and excludes them from its managed-nodes inventory.

important

EGS assumes that all GPU nodes are idle (meaning nothing is running on them). No processes should be started outside of EGS control.