Merge pull request #463 from devimc/topic/howto/fixContainerdWithCri

how-to: Fix `Install containerd with cri plugin` note
This commit is contained in:
Graham Whaley
2019-05-09 14:29:40 +01:00
committed by GitHub

View File

@@ -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).