Commit 11bc2c29 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Pass SystemdCgroup setting through to nvidia runtime options

Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com> (cherry picked from commit 0e5c7606) Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 03b48723
......@@ -125,6 +125,7 @@ enable_keychain = true
runtime_type = "{{$v.RuntimeType}}"
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes."{{$k}}".options]
BinaryName = "{{$v.BinaryName}}"
SystemdCgroup = {{ .SystemdCgroup }}
{{end}}
`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment