diff --git a/docs/containerd.md b/docs/containerd.md
index 452e9990acecbe78d474745c33cb3f582fbcce76..8b3cdbb9b4eb64e273dd877ea55f6ee89c985cee 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
 ```