From e72f8e0412cf60af355f2cdd1f13d8083193467a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Trung?= Date: Wed, 5 Jan 2022 05:29:20 +0700 Subject: [PATCH] Update node about container_manager variable (#7911) I was deploy my cluster with separate etcd cluster and not intersect with kube_control_plane or kube_node. And I want to run etcd cluster in docker but still used containerd to make container runtime for all other nodes. Therefore, I was added note to this doc for everyone Thank ! --- docs/containerd.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/containerd.md b/docs/containerd.md index 452e9990a..8b3cdbb9b 100644 --- a/docs/containerd.md +++ b/docs/containerd.md @@ -7,6 +7,8 @@ _To use the containerd container runtime set the following variables:_ ## k8s_cluster.yml +When kube_node_ contains etcd, you define your etcd cluster to be as well schedulable for Kubernetes workloads. Thus containerd and dockerd can not run same time, must be set to bellow for running etcd cluster with only containerd. + ```yaml container_manager: containerd ```