From c83d6be2c93f03ec9ae6d73e0f0309612e52049d Mon Sep 17 00:00:00 2001 From: Marius Kimmina <38843153+mariuskimmina@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:11:25 +0200 Subject: [PATCH] Update statefulset.md Match lowercase spelling of "controller" to the rest of the documentation. --- content/en/docs/concepts/workloads/controllers/statefulset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.