Verification
Verify that Alauda GPU Management is installed and that GPUs are schedulable.
TOC
1. Operator and operands are ready2. Nodes advertise GPU resources3. A workload sees the GPU4. Metrics (optional)1. Operator and operands are ready
Confirm the operator controller and the ClusterPolicy-managed components are running:
The ClusterPolicy should reach a ready state, and the driver (unless in preinstalled mode), container toolkit, device plugin, GPU Feature Discovery, and DCGM-Exporter Pods should be running on the GPU nodes.
2. Nodes advertise GPU resources
Check that GPU nodes report allocatable nvidia.com/gpu:
If the value is missing, confirm the driver is healthy for the selected driver mode and that the device plugin Pod is running on the node. Do not assume a resource key; confirm it from node allocatable resources as shown.
3. A workload sees the GPU
Deploy a short GPU workload and confirm it can access the device:
The command should list the GPU. When deploying GPU applications, request the GPU as a resource limit:
With the container toolkit configured, the nvidia RuntimeClass is applied so the container can reach the device. For the full workload scenario and ACP quota handling, see Request GPU resources.
4. Metrics (optional)
If DCGM-Exporter is enabled, verify GPU metrics and dashboards as described in DCGM-Exporter.