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#L137
pull/41850/head
Odin Ugedal 2023-07-03 12:47:26 +01:00 committed by GitHub
parent 9dba4c5cd4
commit b7013aafec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`