mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
how-to: Fix Install containerd with cri plugin
note
It's a little complicated to understand the note of the section Install containerd with cri plugin, that says Just check if the cri plugin has been disabled in the containerd configuration file but if it's disabled containerd + the runtime class won't work. fixes #462 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
517cd3573d
commit
3b29f8fbb3
@ -76,9 +76,9 @@ Follow the instructions to [install Kata Containers](https://github.com/kata-con
|
||||
|
||||
### Install containerd with cri plugin
|
||||
|
||||
> **Note:** `cri` is a native plugin of containerd 1.1 and above. It is built into containerd and enabled by default.
|
||||
> You do not need to install `cri` if you have containerd 1.1 or above. Just check if the `cri` plugin has been disabled
|
||||
> in the containerd configuration file.
|
||||
> **Note:** `cri` is a native plugin of containerd 1.1 and above. It is built into containerd and enabled by default.
|
||||
> You do not need to install `cri` if you have containerd 1.1 or above. Just remove the `cri` plugin from the list of
|
||||
> `disabled_plugins` in the containerd configuration file (`/etc/containerd/config.toml`).
|
||||
|
||||
Follow the instructions from the [CRI installation guide](http://github.com/containerd/cri/blob/master/docs/installation.md).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user