From 7b441e512391ca5db9117d9d69ab066eba7776e0 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sat, 25 Oct 2025 15:17:42 +0530 Subject: [PATCH] chane containerd-config path --- clusters/default/helm/gpu-operator/gpu-operator-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/default/helm/gpu-operator/gpu-operator-release.yml b/clusters/default/helm/gpu-operator/gpu-operator-release.yml index a7d924b..6cde807 100644 --- a/clusters/default/helm/gpu-operator/gpu-operator-release.yml +++ b/clusters/default/helm/gpu-operator/gpu-operator-release.yml @@ -28,4 +28,4 @@ spec: - name: CONTAINERD_SOCKET value: /run/k3s/containerd/containerd.sock - name: CONTAINERD_CONFIG - value: /var/lib/rancher/k3s/agent/etc/containerd/config.toml + value: /etc/containerd/config.d/99-nvidia.toml