Browse Source

Update containerd doc (#8369)

This is a follow-up change for https://github.com/kubernetes-sigs/kubespray/pull/7911
pull/8372/head
Kenichi Omichi 2 years ago
committed by GitHub
parent
commit
78c83a8f26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/containerd.md

2
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

Loading…
Cancel
Save