From 4d337aea9ef430200ab94852f1aaea4c4c4009aa Mon Sep 17 00:00:00 2001 From: Jason Field Date: Wed, 27 Jan 2021 20:43:52 +0000 Subject: [PATCH 1/2] documentation to static-pods for naming of pods This will add documentation around how a static pod will be named --- content/en/docs/tasks/configure-pod-container/static-pod.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/tasks/configure-pod-container/static-pod.md b/content/en/docs/tasks/configure-pod-container/static-pod.md index cf31d822d6..a016a875ae 100644 --- a/content/en/docs/tasks/configure-pod-container/static-pod.md +++ b/content/en/docs/tasks/configure-pod-container/static-pod.md @@ -22,6 +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 {{< note >}} If you are running clustered Kubernetes and are using static From 618dcb3cfa12dc7df61de6d85d3a5b4733de5c79 Mon Sep 17 00:00:00 2001 From: Jason Field <4923914+Xorima@users.noreply.github.com> Date: Wed, 3 Feb 2021 22:23:13 +0000 Subject: [PATCH 2/2] Update content/en/docs/tasks/configure-pod-container/static-pod.md Co-authored-by: Taylor Dolezal --- content/en/docs/tasks/configure-pod-container/static-pod.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/tasks/configure-pod-container/static-pod.md b/content/en/docs/tasks/configure-pod-container/static-pod.md index a016a875ae..071c1614fc 100644 --- a/content/en/docs/tasks/configure-pod-container/static-pod.md +++ b/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 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 ``` -