mirror of https://github.com/k3s-io/k3s
Pass SystemdCgroup setting through to nvidia runtime options
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/8460/head
parent
1e38b5d904
commit
0e5c760625
|
@ -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}}
|
||||
`
|
||||
|
||||
|
|
Loading…
Reference in New Issue