Remove extra wording

This commit is contained in:
Leo Ochoa 2022-10-06 16:37:00 +02:00 committed by GitHub
parent 0585f1e3b7
commit a8284814b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
```