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.
2 parents 590e660 + d722028 commit ae9e828Copy full SHA for ae9e828
content/en/docs/concepts/workloads/pods/_index.md
@@ -326,7 +326,7 @@ using the kubelet to supervise the individual [control plane components](/docs/c
326
The kubelet automatically tries to create a {{< glossary_tooltip text="mirror Pod" term_id="mirror-pod" >}}
327
on the Kubernetes API server for each static Pod.
328
This means that the Pods running on a node are visible on the API server,
329
-but cannot be controlled from there.
+but cannot be controlled from there. See the guide [Create static Pods](/docs/tasks/configure-pod-container/static-pod) for more information.
330
331
{{< note >}}
332
The `spec` of a static Pod cannot refer to other API objects
0 commit comments