File tree 1 file changed +7
-0
lines changed
images/base/files/etc/containerd
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,18 @@ version = 2
19
19
runtime_type = " io.containerd.runc.v2"
20
20
# Generated by "ctr oci spec" and modified at base container to mount poduct_uuid
21
21
base_runtime_spec = " /etc/containerd/cri-base.json"
22
+ [plugins ."io .containerd .grpc .v1 .cri" .containerd .runtimes .runc .options ]
23
+ # use systemd cgroup by default
24
+ SystemdCgroup = true
22
25
23
26
# Setup a runtime with the magic name ("test-handler") used for Kubernetes
24
27
# runtime class tests ...
25
28
[plugins ."io .containerd .grpc .v1 .cri" .containerd .runtimes .test-handler ]
29
+ # same settings as runc
26
30
runtime_type = " io.containerd.runc.v2"
31
+ base_runtime_spec = " /etc/containerd/cri-base.json"
32
+ [plugins ."io .containerd .grpc .v1 .cri" .containerd .runtimes .test-handler .options ]
33
+ SystemdCgroup = true
27
34
28
35
[plugins ."io .containerd .grpc .v1 .cri" ]
29
36
# use fixed sandbox image
You can’t perform that action at this time.
0 commit comments