Merge pull request #10845 from AkihiroSuda/docs-2.0-2

Update `docs/containerd-2.0.md`
This commit is contained in:
Phil Estes 2024-10-17 13:53:13 +00:00 committed by GitHub
commit baf4a98631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 0 deletions

View File

@ -19,6 +19,9 @@ containerd is designed to be embedded into a larger system, rather than being us
## Announcements ## Announcements
### containerd v2.0 is coming soon
See [`docs/containerd-2.0.md`](docs/containerd-2.0.md).
### Now Recruiting ### Now Recruiting
We are a large inclusive OSS project that is welcoming help of any kind shape or form: We are a large inclusive OSS project that is welcoming help of any kind shape or form:

View File

@ -113,6 +113,20 @@ Deprecated in containerd v1.7, support for the CRI v1alpha2 API has been removed
Deprecated in containerd v1.7, the built-in `aufs` snapshotter has been removed. As an alternative, it is recommended to use the `overlayfs` snapshotter. See [`snapshotters/README.md`](snapshotters/README.md) for more details. Deprecated in containerd v1.7, the built-in `aufs` snapshotter has been removed. As an alternative, it is recommended to use the `overlayfs` snapshotter. See [`snapshotters/README.md`](snapshotters/README.md) for more details.
### `cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz` release bundles have been removed
Deprecated in containerd v1.7, the `cri-containerd-(cni-)-VERSION-OS-ARCH.tar.gz` release bundles have been removed from
<https://github.com/containerd/containerd/releases>.
Instead of this, install the following components separately, either from the binary or from the source:
* [containerd (`containerd-VERSION-OS-ARCH.tar.gz`)](https://github.com/containerd/containerd/releases)
* [runc](https://github.com/opencontainers/runc/releases)
* [CNI plugins](https://github.com/containernetworking/plugins/releases)
The CRI plugin has been included in containerd since containerd 1.1.
See also the ["Getting started"](./getting-started.md) document.
## What's changing ## What's changing
### containerd client has moved to its own package ### containerd client has moved to its own package