You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Change the kubelet config to match the Docker cgroup driver manually, you can refer to
106
-
[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)
107
-
108
-
- control plane Docker containers are crashlooping or hanging. You can check this by running `docker ps` and investigating each container by running `docker logs`.
92
+
- the cgroup driver of the container runtime differs from that of the kubelet. To understand how to
93
+
configure it properly see [Configuring a cgroup driver](/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver/).
94
+
- control plane containers are crashlooping or hanging. You can check this by running `docker ps`
95
+
and investigating each container by running `docker logs`. For other container runtime see
96
+
[Debugging Kubernetes nodes with crictl](/docs/tasks/debug-application-cluster/crictl/).
109
97
110
98
## kubeadm blocks when removing managed containers
0 commit comments