Update statefulset pod name docs stating its a label
This well known value is a label, and has always been so. This fixes a typo where it was defined as an annotation See; https://github.com/kubernetes/kubernetes/blob/v1.27.0/pkg/controller/statefulset/stateful_set_utils.go#L137pull/41850/head
parent
9dba4c5cd4
commit
b7013aafec
|
@ -689,7 +689,7 @@ When this annotation is set, the Kubernetes components will "stand-down" and the
|
|||
|
||||
### statefulset.kubernetes.io/pod-name {#statefulsetkubernetesiopod-name}
|
||||
|
||||
Type: Annotation
|
||||
Type: Label
|
||||
|
||||
Example: `statefulset.kubernetes.io/pod-name: "mystatefulset-7"`
|
||||
|
||||
|
|
Loading…
Reference in New Issue