@@ -373,9 +373,9 @@ The deprecated features are shown in the following table:
373373
374374| Component | Deprecation release | Target release for removal | Recommendation |
375375| ----------------------------------------------------------------------------------| ---------------------| ----------------------------| ------------------------------------------|
376- | Runtime V1 API and implementation (` io.containerd.runtime.v1.linux ` ) | containerd v1.4 | containerd v2.0 | Use ` io.containerd.runc.v2 ` |
377- | Runc V1 implementation of Runtime V2 (` io.containerd.runc.v1 ` ) | containerd v1.4 | containerd v2.0 | Use ` io.containerd.runc.v2 ` |
378- | config.toml ` version = 1 ` | containerd v1.5 | containerd v2.0 | Use config.toml ` version = 2 ` |
376+ | Runtime V1 API and implementation (` io.containerd.runtime.v1.linux ` ) | containerd v1.4 | containerd v2.0 ✅ | Use ` io.containerd.runc.v2 ` |
377+ | Runc V1 implementation of Runtime V2 (` io.containerd.runc.v1 ` ) | containerd v1.4 | containerd v2.0 ✅ | Use ` io.containerd.runc.v2 ` |
378+ | config.toml ` version = 1 ` | containerd v1.5 | containerd v2.0 ✅ | Use config.toml ` version = 2 ` |
379379| Built-in ` aufs ` snapshotter | containerd v1.5 | containerd v2.0 ✅ | Use ` overlayfs ` snapshotter |
380380| Container label ` containerd.io/restart.logpath ` | containerd v1.5 | containerd v2.0 ✅ | Use ` containerd.io/restart.loguri ` label |
381381| ` cri-containerd-*.tar.gz ` release bundles | containerd v1.6 | containerd v2.0 | Use ` containerd-*.tar.gz ` bundles |
@@ -387,12 +387,12 @@ The deprecated properties in [`config.toml`](./docs/cri/config.md) are shown in
387387
388388| Property Group | Property | Deprecation release | Target release for removal | Recommendation |
389389| ----------------------------------------------------------------------| ------------------------------| ---------------------| ----------------------------| -------------------------------------------------|
390- | ` [plugins."io.containerd.grpc.v1.cri"] ` | ` systemd_cgroup ` | containerd v1.3 | containerd v2.0 | Use ` SystemdCgroup ` in runc options (see below) |
390+ | ` [plugins."io.containerd.grpc.v1.cri"] ` | ` systemd_cgroup ` | containerd v1.3 | containerd v2.0 ✅ | Use ` SystemdCgroup ` in runc options (see below) |
391391| ` [plugins."io.containerd.grpc.v1.cri".cni] ` | ` conf_template ` | containerd v1.? | containerd v2.0 | Create a CNI config in ` /etc/cni/net.d ` |
392- | ` [plugins."io.containerd.grpc.v1.cri".containerd] ` | ` untrusted_workload_runtime ` | containerd v1.2 | containerd v2.0 | Create ` untrusted ` runtime in ` runtimes ` |
393- | ` [plugins."io.containerd.grpc.v1.cri".containerd] ` | ` default_runtime ` | containerd v1.3 | containerd v2.0 | Use ` default_runtime_name ` |
394- | ` [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*] ` | ` runtime_engine ` | containerd v1.3 | containerd v2.0 | Use runtime v2 |
395- | ` [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*] ` | ` runtime_root ` | containerd v1.3 | containerd v2.0 | Use ` options.Root ` |
392+ | ` [plugins."io.containerd.grpc.v1.cri".containerd] ` | ` untrusted_workload_runtime ` | containerd v1.2 | containerd v2.0 ✅ | Create ` untrusted ` runtime in ` runtimes ` |
393+ | ` [plugins."io.containerd.grpc.v1.cri".containerd] ` | ` default_runtime ` | containerd v1.3 | containerd v2.0 ✅ | Use ` default_runtime_name ` |
394+ | ` [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*] ` | ` runtime_engine ` | containerd v1.3 | containerd v2.0 ✅ | Use runtime v2 |
395+ | ` [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*] ` | ` runtime_root ` | containerd v1.3 | containerd v2.0 ✅ | Use ` options.Root ` |
396396| ` [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*.options] ` | ` CriuPath ` | containerd v1.7 | containerd v2.0 | Set ` $PATH ` to the ` criu ` binary |
397397| ` [plugins."io.containerd.grpc.v1.cri".registry] ` | ` auths ` | containerd v1.3 | containerd v2.0 | Use [ ` ImagePullSecrets ` ] ( https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ ) . See also [ #8228 ] ( https://github.com/containerd/containerd/issues/8228 ) . |
398398| ` [plugins."io.containerd.grpc.v1.cri".registry] ` | ` configs ` | containerd v1.5 | containerd v2.0 | Use [ ` config_path ` ] ( ./docs/hosts.md ) |
0 commit comments