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
Copy file name to clipboardExpand all lines: content/releases.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -454,7 +454,7 @@ The deprecated features are shown in the following table:
454
454
until containerd v2.1. `ctr` users have to specify `--local` too (e.g., `ctr images pull --local`). Users of CRI clients (such as Kubernetes and `crictl`) have to specify this environment variable on the containerd daemon (usually in the systemd unit).
455
455
456
456
### Deprecated config properties
457
-
The deprecated properties in [`config.toml`](./docs/cri/config.md) are shown in the following table:
457
+
The deprecated properties in [`config.toml`](https://github.com/containerd/containerd/blob/main/docs/cri/config.md) are shown in the following table:
458
458
459
459
| Property Group | Property | Deprecation release | Target release for removal | Recommendation |
|`[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.*.options]`|`CriuPath`| containerd v1.7 | containerd v2.0 ✅ | Set `$PATH` to the `criu` binary |
468
468
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`auths`| containerd v1.3 | containerd v2.1 | Use [`ImagePullSecrets`](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/). See also [#8228](https://github.com/containerd/containerd/issues/8228). |
469
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`configs`| containerd v1.5 | containerd v2.1 | Use [`config_path`](./docs/hosts.md)|
470
-
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`mirrors`| containerd v1.5 | containerd v2.1 | Use [`config_path`](./docs/hosts.md)|
469
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`configs`| containerd v1.5 | containerd v2.1 | Use [`config_path`](https://github.com/containerd/containerd/blob/main/docs/hosts.md)|
470
+
|`[plugins."io.containerd.grpc.v1.cri".registry]`|`mirrors`| containerd v1.5 | containerd v2.1 | Use [`config_path`](https://github.com/containerd/containerd/blob/main/docs/hosts.md)|
471
471
|`[plugins."io.containerd.tracing.processor.v1.otlp"]`|`endpoint`, `protocol`, `insecure`| containerd v1.6.29 | containerd v2.0 | 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 |
472
472
|`[plugins."io.containerd.internal.v1.tracing"]`|`service_name`, `sampling_ratio`| containerd v1.6.29 | containerd v2.0 | Instead use [OTel environment variables](https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/), e.g. OTEL_SERVICE_NAME, OTEL_TRACES_SAMPLER*|
473
473
@@ -526,4 +526,4 @@ more quickly.
526
526
|[NRI in CRI Support](https://github.com/containerd/containerd/pull/6019)| containerd v1.7 | containerd v2.0 |
|[CRI Runtime Specific Snapshotter](https://github.com/containerd/containerd/pull/6899)| containerd v1.7 | containerd v2.0 |
529
-
|[CRI Support for User Namespaces](./docs/user-namespaces/README.md)| containerd v1.7 | containerd v2.0 |
529
+
|[CRI Support for User Namespaces](https://github.com/containerd/containerd/blob/main/docs/user-namespaces/README.md)| containerd v1.7 | containerd v2.0 |
0 commit comments