Merge pull request #25575 from timosmit/patch-1

Fixed link to configuring cgroup driver on control-plane node
This commit is contained in:
Kubernetes Prow Robot 2021-01-07 18:55:55 -08:00 committed by GitHub
commit 253d6ab66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@ This may be caused by a number of problems. The most common are:
1. Install Docker again following instructions 1. Install Docker again following instructions
[here](/docs/setup/production-environment/container-runtimes/#docker). [here](/docs/setup/production-environment/container-runtimes/#docker).
1. Change the kubelet config to match the Docker cgroup driver manually, you can refer to 1. Change the kubelet config to match the Docker cgroup driver manually, you can refer to [Configure cgroup driver used by kubelet on control-plane node](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-control-plane-node)
[Configure cgroup driver used by kubelet on Master Node](/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#configure-cgroup-driver-used-by-kubelet-on-master-node)
- control plane Docker containers are crashlooping or hanging. You can check this by running `docker ps` and investigating each container by running `docker logs`. - control plane Docker containers are crashlooping or hanging. You can check this by running `docker ps` and investigating each container by running `docker logs`.