> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About GPU Driver Management in CKS

> Configure and manage GPU driver versions for your Node Pools

<Warning>
  GPU driver management in CKS has the following limitations:

  * **No Cloud Console support**: Configuration must be done through Kubernetes manifests.
  * **Limited version updates**: You can only select major version updates. When minor version updates are available, CKS generates a new pending configuration on the Node Pool. Pending configurations can be found on the Node Pool's [`status.pendingNodeConfiguration`](/products/cks/reference/node-pool#pending-node-configuration). See [Manage Node Pool Configuration](/products/cks/nodes/manage#manage-node-pool-configuration) for more details.
  * **Release channels are not supported**: The `latest` and `stable` release channels are not supported in Node Pools.

  Please [contact CoreWeave support](/support/) if you have questions about GPU driver management.
</Warning>

#### Do not install the NVIDIA GPU Operator on CKS clusters

<Warning>
  CoreWeave manages the [NVIDIA GPU Operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/getting-started.html) on your behalf. Do not install the NVIDIA GPU Operator on CKS clusters. Doing so conflicts with the platform-managed deployment and is not supported.
</Warning>

CKS allows you to specify a GPU driver version for your Node Pools. Driver versions can be specified in the Node Pool manifest when deploying a Node Pool. CKS workloads can target Nodes running specific driver versions using the `nodeSelector` field in the workload manifest.

<Note>
  Selecting a driver version using the `gpu` field is **optional**. If not specified, the Node Pool uses the latest available driver version.
</Note>

## Supported driver versions

CoreWeave supports all tested release driver (TRD) versions from Nvidia, listed below as major versions.

<Note>
  Although customers are not forced to upgrade from a major version, our recommendation is to upgrade frequently to ensure the best combination of testing coverage, security posture, stability, and performance.
</Note>

| Name                                                                         | Instance ID        | Default GPU driver | Compatible GPU driver |
| ---------------------------------------------------------------------------- | ------------------ | ------------------ | --------------------- |
| [GB300 NVL72 Quantum-X InfiniBand](/platform/instances/gpu/gb300-4x)         | `gb300-4x`         | `580`              | `580`, `595`          |
| [GB300 NVL72 Spectrum-X RoCE](/platform/instances/gpu/gb300-4x-e)            | `gb300-4x-e`       | `580`              | `580`, `595`          |
| [GB200 NVL72-powered instances](/platform/instances/gpu/gb200-4x)            | `gb200-4x`         | `595`              | `580`, `595`          |
| [B300 (InfiniBand)](/platform/instances/gpu/b300-8x)                         | `b300-8x`          | `580`              | `580`, `595`          |
| [B200 (InfiniBand)](/platform/instances/gpu/b200-8x)                         | `b200-8x`          | `595`              | `580`, `595`          |
| [H200 (InfiniBand)](/platform/instances/gpu/gd-8xh200ib-i128)                | `gd-8xh200ib-i128` | `595`              | `535`, `580`, `595`   |
| [H100 (InfiniBand)](/platform/instances/gpu/gd-8xh100ib-i128)                | `gd-8xh100ib-i128` | `595`              | `535`, `580`, `595`   |
| [RTX Pro 6000 Blackwell Server Edition](/platform/instances/gpu/rtxp6000-8x) | `rtxp6000-8x`      | `580`              | `535`, `580`, `595`   |
| [L40S](/platform/instances/gpu/gd-8xl40s-i128)                               | `gd-8xl40s-i128`   | `595`              | `535`, `580`, `595`   |
| [L40](/platform/instances/gpu/gd-8xl40-i128)                                 | `gd-8xl40-i128`    | `595`              | `535`, `580`, `595`   |
| [GH200](/platform/instances/gpu/gd-1xgh200)                                  | `gd-1xgh200`       | `595`              | `580`, `595`          |
| [A100](/platform/instances/gpu/gd-8xa100-i128)                               | `gd-8xa100-i128`   | `580`              | `535`, `580`, `595`   |

## Additional resources

* [Update GPU driver versions in CKS Node Pools](/products/cks/nodes/gpu-driver-management/update-gpu-driver)
* [Node Pool Reference](/products/cks/reference/node-pool)
* [Manage Node Pools](/products/cks/nodes/manage)
