containerd/internal/cri/opts
Akihiro Suda 6f3833f258
CRI: remove disable_cgroup
`disable_cgroup` was implemenetd in containerd/cri PR 970 (Nov 2018)
for supporting very early version of Usernetes on cgroup v1 hosts,
when most distros were still not ready to support cgroup v2.

This configuration is no longer needed, as cgroup v2 delegation is
now supported on almost all distros.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-08-15 06:08:30 +09:00
..
container.go *: export RemoveVolatileOption for CRI image volumes 2024-05-30 09:56:37 +08:00
spec_darwin_opts.go fix(cri): fix unexpected order of mounts since go 1.19 2024-03-30 10:57:57 +08:00
spec_linux_opts.go fix(cri): fix unexpected order of mounts since go 1.19 2024-03-30 10:57:57 +08:00
spec_linux_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
spec_linux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
spec_nonlinux.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
spec_nonwindows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
spec_opts_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
spec_opts.go CRI: remove disable_cgroup 2024-08-15 06:08:30 +09:00
spec_windows_opts.go fix(cri): fix unexpected order of mounts since go 1.19 2024-03-30 10:57:57 +08:00
spec_windows_test.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00
spec_windows.go Move CRI from pkg/ to internal/ 2024-02-02 10:12:08 -08:00