You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Legacy CRI implementation of podsandbox support | containerd v2.0 | containerd v2.0 ✅ ||
409
+
| Go-Plugin library (`*.so`) as containerd runtime plugin | containerd v2.0 | containerd v2.1 | Use external plugins (proxy or binary) |
410
+
411
+
- Pulling Schema 1 images has been disabled in containerd v2.0, but it still can be enabled by setting an environment variable `CONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1`
412
+
until containerd v2.1. `ctr` users have to specify `--local` too (e.g., `ctr images pull --local`).
411
413
412
414
### Deprecated config properties
413
415
The deprecated properties in [`config.toml`](./docs/cri/config.md) are shown in the following table:
PullSchema1Image: "Schema 1 images are deprecated since containerd v1.7and removed in containerd v2.0. "+
42
+
PullSchema1Image: "Schema 1 images are deprecated since containerd v1.7, disabled in containerd v2.0, and will be removed in containerd v2.1. "+
38
43
`Since containerd v1.7.8, schema 1 images are identified by the "io.containerd.image/converted-docker-schema1" label.`,
39
44
GoPluginLibrary: "Dynamically-linked Go plugins as containerd runtimes are deprecated since containerd v2.0 and removed in containerd v2.1.",
40
45
CRIRegistryMirrors: "The `mirrors` property of `[plugins.\"io.containerd.grpc.v1.cri\".registry]` is deprecated since containerd v1.5 and will be removed in containerd v2.0."+
0 commit comments