We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd96fe5 commit 228d9b0Copy full SHA for 228d9b0
1 file changed
content/rancher/v2.x/en/troubleshooting/kubernetes-components/worker-and-generic/_index.md
@@ -7,7 +7,7 @@ This section applies to every node as it includes components that run on nodes w
7
8
# Check if the Containers are Running
9
10
-There are three specific containers launched on nodes with the `controlplane` role:
+There are two specific containers launched on nodes with the `worker` role:
11
12
* kubelet
13
* kube-proxy
@@ -32,4 +32,4 @@ The logging of the containers can contain information on what the problem could
32
```
33
docker logs kubelet
34
docker logs kube-proxy
35
-```
+```
0 commit comments