Cleanup

This section describes how to clean up (remove) the GPU Operator in case it is no longer needed.

  1. Delete the NVIDIA GPU Operator from the cluster following the guidance outlined in Deleting Operators from a cluster.

  2. Delete the cluster policy using the OpenShift Container Platform CLI:

    $ oc delete crd clusterpolicies.nvidia.com
    
    customresourcedefinition.apiextensions.k8s.io "clusterpolicies.nvidia.com" deleted