Update worker troubleshooting

Correct count and role to match the doc page
This commit is contained in:
dkeightley
2020-06-14 12:36:21 +12:00
committed by Catherine Luse
parent cd96fe5cce
commit 228d9b0e87
@@ -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
```
```