From 228d9b0e87d5cf0c6f8965e71c75f120490a1360 Mon Sep 17 00:00:00 2001 From: dkeightley Date: Sun, 14 Jun 2020 12:36:21 +1200 Subject: [PATCH] Update worker troubleshooting Correct count and role to match the doc page --- .../kubernetes-components/worker-and-generic/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/troubleshooting/kubernetes-components/worker-and-generic/_index.md b/content/rancher/v2.x/en/troubleshooting/kubernetes-components/worker-and-generic/_index.md index d102694fe45..28ee4499bb4 100644 --- a/content/rancher/v2.x/en/troubleshooting/kubernetes-components/worker-and-generic/_index.md +++ b/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 # 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 -``` \ No newline at end of file +```