From 8238c944540f85a36e0fb9aadc211cf432916255 Mon Sep 17 00:00:00 2001 From: gabdrakhmano Date: Mon, 23 Dec 2024 20:16:09 +0100 Subject: [PATCH] [ADD] Set GPU Operator driver version to 550.127.08 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "For Soperator, it’s better to set the default to this new value 550.127.08 and periodically update it manually, because for some version upgrades we also need to upgrade the CUDA version." (c) Mikhail Mokrushin --- soperator/installations/example/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/soperator/installations/example/main.tf b/soperator/installations/example/main.tf index 605a15e2..aaf76fae 100644 --- a/soperator/installations/example/main.tf +++ b/soperator/installations/example/main.tf @@ -181,6 +181,7 @@ module "nvidia_operator_gpu" { cluster_id = module.k8s.cluster_id parent_id = data.nebius_iam_v1_project.this.id + driver_version = "550.127.08" enable_dcgm_service_monitor = var.telemetry_enabled