Skip to main content
Version: 1.15.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. On the Inventory page, under Managed Nodes, you can see the following GPU information for each worker cluster:

    • Total GPUs
    • Allocated GPUs
    • Available GPUs
    • Total GPU Nodes
    • Partially Allocated Nodes.

    inventory

    The Inventory page also displays the GPU type and the GPU vendor. The GPU vendor is represented by an icon:

    • NVIDIA: The NVIDIA icon is displayed for NVIDIA GPUs.
    • AMD: The AMD icon is displayed for AMD GPUs.
  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.