Update worker troubleshooting

Correct count and role to match the doc page
This commit is contained in:
dkeightley
2020-07-27 16:18:38 -07:00
committed by Catherine Luse
parent 1b7de456fb
commit a54bda273b
@@ -7,7 +7,7 @@ This section applies to every node as it includes components that run on nodes w
# Check if the Containers are Running
There are three specific containers launched on nodes with the `controlplane` role:
There are two specific containers launched on nodes with the `worker` role:
* kubelet
* kube-proxy
@@ -32,4 +32,4 @@ The logging of the containers can contain information on what the problem could
```
docker logs kubelet
docker logs kube-proxy
```
```