From 1fcbbd3b9d5b31610c58d8859a93610f3c20537a Mon Sep 17 00:00:00 2001 From: Gregor Krmelj <gregor@krmelj.xyz> Date: Mon, 11 Jan 2021 15:39:08 +0100 Subject: [PATCH] Update containerd documentation with etcd change (#7126) * update containerd documentation with etcd change * update conterind docs --- docs/containerd.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/containerd.md b/docs/containerd.md index eb5fd6c24..c02642595 100644 --- a/docs/containerd.md +++ b/docs/containerd.md @@ -11,6 +11,12 @@ _To use the containerd container runtime set the following variables:_ container_manager: containerd ``` +## etcd.yml + +```yaml +etcd_deployment_type: host +``` + ## Containerd config Example: define registry mirror for docker hub -- GitLab