From 22887b483283d80f8ebd95e51bfa8db2929dc1bd Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 2 May 2025 11:54:48 +0530 Subject: [PATCH] add env var for containerd config --- cluster/helm/gpu-operator/gpu-operator-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/helm/gpu-operator/gpu-operator-release.yml b/cluster/helm/gpu-operator/gpu-operator-release.yml index c69b42b..9200360 100644 --- a/cluster/helm/gpu-operator/gpu-operator-release.yml +++ b/cluster/helm/gpu-operator/gpu-operator-release.yml @@ -27,3 +27,5 @@ spec: env: - name: CONTAINERD_SOCKET value: /run/k3s/containerd/containerd.sock + - name: CONTAINERD_CONFIG + value: /var/lib/rancher/k3s/agent/etc/containerd/config.toml