Merge pull request #33924 from chris-short/install-containerd-from-containerd

Install containerd from containerd
This commit is contained in:
Kubernetes Prow Robot
2022-05-24 16:11:24 -07:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
@@ -167,15 +167,12 @@ using the (deprecated) v1alpha2 API instead.
{{% thirdparty-content %}} {{% thirdparty-content %}}
### containerd ### containerd
This section outlines the necessary steps to use containerd as CRI runtime. This section outlines the necessary steps to use containerd as CRI runtime.
Use the following commands to install Containerd on your system: Use the following commands to install Containerd on your system:
Follow the instructions for [getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md). Return to this step once you've created a valid configuration file, `config.toml`. Follow the instructions for [getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md). Return to this step once you've created a valid configuration file, `config.toml`.
{{< tabs name="Finding your config.toml file" >}} {{< tabs name="Finding your config.toml file" >}}
@@ -44,7 +44,7 @@ for detailed steps to install containerd.
1. Install the `containerd.io` package from the official Docker repositories. 1. Install the `containerd.io` package from the official Docker repositories.
Instructions for setting up the Docker repository for your respective Linux distribution and Instructions for setting up the Docker repository for your respective Linux distribution and
installing the `containerd.io` package can be found at installing the `containerd.io` package can be found at
[Install Docker Engine](https://docs.docker.com/engine/install/#server). [Getting started with containerd](https://github.com/containerd/containerd/blob/main/docs/getting-started.md).
1. Configure containerd: 1. Configure containerd: