Install NVIDIA Network Operator (Optional)

NVIDIA AI Enterprise 2.0 or later

Next, we will install the NVIDIA Network Operator. This only applicable if you worker nodes have NVIDIA Networking. The Network Operator’s goal is to install the host networking components required to enable RDMA and GPUDirect in a Kubernetes cluster. It does so by configuring a high-speed data path for IO intensive workloads on a secondary network in each cluster node.

  1. Select Operators > Operator Hub, and search for the NVIDIA Network Operator.

  2. Select the NVIDIA Network Operator, and click Install in the first screen and in the subsequent one.

    Note

    For additional information, see the Red Hat OpenShift Container Platform Documentation.


  3. To verify that the operator deployment is successful, run:

    Copy
    Copied!
                

    $ oc get pods

    Example Output:

    Copy
    Copied!
                

    NAME                                      READY   STATUS    RESTARTS   AGE nvidia-network-operator-controller-manager-8f8ccf45c-zgfsq    2/2     Running   0          1


  4. A successful deployment shows a Running status.

Previous Install the Node Feature Discovery (NFD) Operator
Next Install the NVIDIA GPU Operator
© Copyright 2024, NVIDIA. Last updated on Apr 2, 2024.