Fix Pods concepts link in StatefulSet tutorial (#18063)
Without this change, the instruction to "get familiar with" the Pods concept directs the user to the pods section of the User Guide, which actually redirects to the "Run a Stateless Application Using a Deployment" task, which is not strictly about Pods. This change fixes the link to point to the Pods Overview in the Concepts section, which makes more sense in this context.
This commit is contained in:
parent
8af5fb9ffb
commit
a494490458
|
@ -21,7 +21,7 @@ demonstrates how to create, delete, scale, and update the Pods of StatefulSets.
|
|||
Before you begin this tutorial, you should familiarize yourself with the
|
||||
following Kubernetes concepts.
|
||||
|
||||
* [Pods](/docs/user-guide/pods/single-container/)
|
||||
* [Pods](/docs/concepts/workloads/pods/)
|
||||
* [Cluster DNS](/docs/concepts/services-networking/dns-pod-service/)
|
||||
* [Headless Services](/docs/concepts/services-networking/service/#headless-services)
|
||||
* [PersistentVolumes](/docs/concepts/storage/persistent-volumes/)
|
||||
|
|
Loading…
Reference in New Issue