File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
content/en/docs/reference Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,18 @@ See [topology.kubernetes.io/zone](#topologykubernetesiozone).
99
99
100
100
{{< note >}} Starting in v1.17, this label is deprecated in favor of [ topology.kubernetes.io/zone] ( #topologykubernetesiozone ) . {{< /note >}}
101
101
102
+ ## statefulset.kubernetes.io/pod-name {#statefulsetkubernetesiopod-name}
103
+
104
+ Example:
105
+
106
+ ` statefulset.kubernetes.io/pod-name=mystatefulset-7 `
107
+
108
+ When a StatefulSet controller creates a Pod for the StatefulSet, the control plane
109
+ sets this label on that Pod. The value of the label is the name of the Pod being created.
110
+
111
+ See [ Pod Name Label] ( /docs/concepts/workloads/controllers/statefulset/#pod-name-label ) in the
112
+ StatefulSet topic for more details.
113
+
102
114
## topology.kubernetes.io/region {#topologykubernetesioregion}
103
115
104
116
Example:
You can’t perform that action at this time.
0 commit comments