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 ✅ ||
477
477
| Go-Plugin library (`*.so`) as containerd runtime plugin | containerd v2.0 | containerd v2.1 ✅ | Use external plugins (proxy or binary) |
478
-
| CNI `bin_dir` in CRI runtime config (`plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir`) | containerd v2.1 | containerd v2.2| Change `bin_dir` to `bin_dirs` in the same section which supports a list of directories |
478
+
| CNI `bin_dir` in CRI runtime config (`plugins.'io.containerd.cri.v1.runtime'.cni.bin_dir`) | containerd v2.1 | containerd v2.3| Change `bin_dir` to `bin_dirs` in the same section which supports a list of directories |
479
479
| NRI v0.1.0 plugin support | containerd v2.2 | containerd v2.3 | Use the v010-adapter NRI plugin, or update v0.1.0 plugins to use the current NRI API |
480
480
481
481
- 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`
@@ -493,11 +493,11 @@ The deprecated properties in [`config.toml`](https://github.com/containerd/conta
493
493
|`[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*]`|`runtime_root`| containerd v1.3 | containerd v2.0 ✅ | Use `options.Root`|
|`[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*.options]`|`CriuPath`| containerd v1.7 | containerd v2.0 ✅ | Set `$PATH` to the `criu` binary |
496
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`auths`| containerd v1.3 | containerd v2.2| Use [`ImagePullSecrets`](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). See also [#8228](https://github.com/containerd/containerd/issues/8228). |
497
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`configs`| containerd v1.5 | containerd v2.2| Use [`config_path`](https://github.com/containerd/containerd/blob/main/docs/hosts.md)|
498
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`mirrors`| containerd v1.5 | containerd v2.2| Use [`config_path`](https://github.com/containerd/containerd/blob/main/docs/hosts.md)|
499
-
|`[plugins."io.containerd.tracing.processor.v1.otlp"]`|`endpoint`, `protocol`, `insecure`| containerd v1.6.29 | containerd v2.2| Use [OTLP environment variables](https://opentelemetry.io/docs/specs/otel/protocol/exporter/), e.g. OTEL_EXPORTER_OTLP_TRACES_ENDPOINT, OTEL_EXPORTER_OTLP_PROTOCOL, OTEL_SDK_DISABLED |
500
-
|`[plugins."io.containerd.internal.v1.tracing"]`|`service_name`, `sampling_ratio`| containerd v1.6.29 | containerd v2.2| Instead use [OTel environment variables](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/), e.g. OTEL_SERVICE_NAME, OTEL_TRACES_SAMPLER*|
496
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`auths`| containerd v1.3 | containerd v2.3| Use [`ImagePullSecrets`](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). See also [#8228](https://github.com/containerd/containerd/issues/8228). |
497
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`configs`| containerd v1.5 | containerd v2.3| Use [`config_path`](https://github.com/containerd/containerd/blob/main/docs/hosts.md)|
498
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`mirrors`| containerd v1.5 | containerd v2.3| Use [`config_path`](https://github.com/containerd/containerd/blob/main/docs/hosts.md)|
499
+
|`[plugins."io.containerd.tracing.processor.v1.otlp"]`|`endpoint`, `protocol`, `insecure`| containerd v1.6.29 | containerd v2.3| Use [OTLP environment variables](https://opentelemetry.io/docs/specs/otel/protocol/exporter/), e.g. OTEL_EXPORTER_OTLP_TRACES_ENDPOINT, OTEL_EXPORTER_OTLP_PROTOCOL, OTEL_SDK_DISABLED |
500
+
|`[plugins."io.containerd.internal.v1.tracing"]`|`service_name`, `sampling_ratio`| containerd v1.6.29 | containerd v2.3| Instead use [OTel environment variables](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/), e.g. OTEL_SERVICE_NAME, OTEL_TRACES_SAMPLER*|
0 commit comments