diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index b5900ecc9f..5fd692a3cc 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -214,7 +214,7 @@ This must be done manually. ### Pod Name Label -When the StatefulSet {{< glossary_tooltip term_id="controller" >}} creates a Pod, +When the StatefulSet {{}} creates a Pod, it adds a label, `statefulset.kubernetes.io/pod-name`, that is set to the name of the Pod. This label allows you to attach a Service to a specific Pod in the StatefulSet.