We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d337ae commit 618dcb3Copy full SHA for 618dcb3
content/en/docs/tasks/configure-pod-container/static-pod.md
@@ -22,7 +22,7 @@ The kubelet automatically tries to create a {{< glossary_tooltip text="mirror Po
22
on the Kubernetes API server for each static Pod.
23
This means that the Pods running on a node are visible on the API server,
24
but cannot be controlled from there.
25
-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
26
27
{{< note >}}
28
If you are running clustered Kubernetes and are using static
@@ -238,4 +238,3 @@ CONTAINER ID IMAGE COMMAND CREATED ...
238
e7a62e3427f1 nginx:latest "nginx -g 'daemon of 27 seconds ago
239
```
240
241
-
0 commit comments