Chapter 2. AI accelerator prerequisites for Openshift Container Platform


For Openshift Container Platform clusters, install the NVIDIA GPU Operator and Node Feature Discovery (NFD) Operator to manage GPU nodes.

Prerequisites

Supported GPU types

The following NVIDIA GPU types are supported for Distributed Inference with llm-d on Openshift Container Platform:

  • NVIDIA A100 (40 GB and 80 GB)
  • NVIDIA H100
  • NVIDIA H200
  • NVIDIA B200

After provisioning GPU nodes and installing the GPU Operator, verify GPU discovery:

$ oc get nodes -l nvidia.com/gpu.present=true

Output shows nodes with the nvidia.com/gpu.present=true label.

Verify that the GPU device plugin pods are running:

$ oc get pods -n nvidia-gpu-operator -l app=nvidia-device-plugin-daemonset

Verify allocatable GPU resources on each node:

$ oc describe node <gpu_node_name> | grep -A 5 "nvidia.com/gpu"
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top