From 78c83a8f267fd25ca0f4df5fc5b0d5e61d1cb123 Mon Sep 17 00:00:00 2001 From: Kenichi Omichi Date: Wed, 5 Jan 2022 00:32:33 -0800 Subject: [PATCH] Update containerd doc (#8369) This is a follow-up change for https://github.com/kubernetes-sigs/kubespray/pull/7911 --- docs/containerd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/containerd.md b/docs/containerd.md index 8b3cdbb9b..7504f5752 100644 --- a/docs/containerd.md +++ b/docs/containerd.md @@ -7,7 +7,7 @@ _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. +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 at same time, must be set to bellow for running etcd cluster with only containerd. ```yaml container_manager: containerd