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
Remove the following config properties in `/etc/containerd/config.toml`:
| Property Group | Property | Deprecation release | Target release for removal | Recommendation |
|-------------------------------------------------|------------|---------------------|----------------------------|------------------------|
|`[plugins."io.containerd.grpc.v1.cri".registry]` | `auths` | containerd v1.3 | containerd v2.0 ✅ | Use `ImagePullSecrets` |
|`[plugins."io.containerd.grpc.v1.cri".registry]` | `configs` | containerd v1.5 | containerd v2.0 ✅ | Use `config_path` |
|`[plugins."io.containerd.grpc.v1.cri".registry]` | `mirrors` | containerd v1.5 | containerd v2.0 ✅ | Use `config_path` |
The toml properties are still kept for printing human-readable errors,
but the properties will be completely removed in v2.1.
Signed-off-by: Akihiro Suda <[email protected]>
|`[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*]`|`runtime_root`| containerd v1.3 | containerd v2.0 ✅ | Use `options.Root`|
422
422
|`[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*.options]`|`CriuPath`| containerd v1.7 | containerd v2.0 ✅ | Set `$PATH` to the `criu` binary |
423
-
|`[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). |
424
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`configs`| containerd v1.5 | containerd v2.0 | Use [`config_path`](./docs/hosts.md)|
425
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`mirrors`| containerd v1.5 | containerd v2.0 | Use [`config_path`](./docs/hosts.md)|
423
+
|`[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). |
424
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`configs`| containerd v1.5 | containerd v2.0 ✅| Use [`config_path`](./docs/hosts.md)|
425
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`mirrors`| containerd v1.5 | containerd v2.0 ✅| Use [`config_path`](./docs/hosts.md)|
0 commit comments