From 76ed153e8cc1070ebafb622c60d17eea8c6ad1a1 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 27 Feb 2019 16:51:36 -0800 Subject: [PATCH] Add more explanation about the CRI config. Signed-off-by: Lantao Liu --- docs/config.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/config.md b/docs/config.md index b5a6a66bd..28561098d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -1,5 +1,10 @@ # CRI Plugin Config Guide This document provides the description of the CRI plugin configuration. +The CRI plugin config is part of the containerd config (default +path: `/etc/containerd/config.toml`). + +See [here](https://github.com/containerd/containerd/blob/master/docs/ops.md) +for more information about containerd config. The explanation and default value of each configuration item are as follows: ```toml