Skip to content

Commit ae9e828

Browse files
authored
Merge pull request #42234 from TariqueNasrullah/Link-Static-Pod-Concept-to-Task
Link Static Pod Task page with Static Pod Concept
2 parents 590e660 + d722028 commit ae9e828

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ using the kubelet to supervise the individual [control plane components](/docs/c
326326
The kubelet automatically tries to create a {{< glossary_tooltip text="mirror Pod" term_id="mirror-pod" >}}
327327
on the Kubernetes API server for each static Pod.
328328
This means that the Pods running on a node are visible on the API server,
329-
but cannot be controlled from there.
329+
but cannot be controlled from there. See the guide [Create static Pods](/docs/tasks/configure-pod-container/static-pod) for more information.
330330

331331
{{< note >}}
332332
The `spec` of a static Pod cannot refer to other API objects

0 commit comments

Comments
 (0)