Skip to main content

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.

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. See 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 if you have questions about GPU driver management.

Do not install the NVIDIA GPU Operator on CKS clusters

CoreWeave manages the NVIDIA GPU Operator on your behalf. Do not install the NVIDIA GPU Operator on CKS clusters. Installing it yourself conflicts with the platform-managed deployment, and is not supported.
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.
Selecting a driver version using the gpu field is optional. If not specified, the Node Pool uses the latest available driver version.

Supported driver versions

CoreWeave supports all tested release driver (TRD) versions from Nvidia, listed below as major versions.
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.
NameInstance IDDefault GPU driverCompatible GPU driver
GB300 NVL72 Quantum-X InfiniBandgb300-4x580580, 595
GB300 NVL72 Spectrum-X RoCEgb300-4x-e580580, 595
GB200 NVL72-powered instancesgb200-4x595580, 595
B300 (InfiniBand)b300-8x580580, 595
B200 (InfiniBand)b200-8x595580, 595
H200 (InfiniBand)gd-8xh200ib-i128595535, 580, 595
H100 (InfiniBand)gd-8xh100ib-i128595535, 580, 595
RTX Pro 6000 Blackwell Server Editionrtxp6000-8x580535, 580, 595
L40Sgd-8xl40s-i128595535, 580, 595
L40gd-8xl40-i128595535, 580, 595
GH200gd-1xgh200595580, 595
A100gd-8xa100-i128580535, 580, 595

Additional resources

Last modified on May 14, 2026