Skip to content
Snippets Groups Projects
Unverified Commit e72f8e04 authored by Nguyễn Trung's avatar Nguyễn Trung Committed by GitHub
Browse files

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 !
parent 6136fa7c
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment