Update content/en/docs/tasks/configure-pod-container/static-pod.md

Co-authored-by: Taylor Dolezal <onlydole@users.noreply.github.com>
pull/26196/head
Jason Field 2021-02-03 22:23:13 +00:00 committed by GitHub
parent 4d337aea9e
commit 618dcb3cfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ The kubelet automatically tries to create a {{< glossary_tooltip text="mirror Po
on the Kubernetes API server for each static Pod.
This means that the Pods running on a node are visible on the API server,
but cannot be controlled from there.
The Pods' name will suffixed with the node hostname with a leading hyphen
The Pod names will suffixed with the node hostname with a leading hyphen
{{< note >}}
If you are running clustered Kubernetes and are using static
@ -238,4 +238,3 @@ CONTAINER ID IMAGE COMMAND CREATED ...
e7a62e3427f1 nginx:latest "nginx -g 'daemon of 27 seconds ago
```