6.4.3. Verifying GPU device availability
Procedure
On a node with GPU hardware, verify that CDI devices were created by running the following command:
$ oc debug node/<node-name>sh-4.4# chroot /host sh-4.4# ls -l /var/run/cdi/Check the NVIDIA GPU Operator status by running the following command:
$ oc get clusterpolicies.nvidia.com -o jsonpath='{.items[0].status.state}'The output should show
ready.