From a8284814b6e22354b27c66fbfd966f48f0c5180f Mon Sep 17 00:00:00 2001 From: Leo Ochoa Date: Thu, 6 Oct 2022 16:37:00 +0200 Subject: [PATCH] Remove extra wording --- content/en/docs/concepts/architecture/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/architecture/nodes.md b/content/en/docs/concepts/architecture/nodes.md index d26803d093..ef48d31fa2 100644 --- a/content/en/docs/concepts/architecture/nodes.md +++ b/content/en/docs/concepts/architecture/nodes.md @@ -444,7 +444,7 @@ reserved for terminating [critical pods](/docs/tasks/administer-cluster/guarante {{< note >}} When pods were evicted during the graceful node shutdown, they are marked as shutdown. -Running `kubectl get pods` shows the status of the the evicted pods as `Terminated`. +Running `kubectl get pods` shows the status of the evicted pods as `Terminated`. And `kubectl describe pod` indicates that the pod was evicted because of node shutdown: ```