Skip to content

Commit bd85136

Browse files
committed
fix: modify annotation as per review comments
1 parent a77c845 commit bd85136

File tree

1 file changed

+4
-2
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+4
-2
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,13 +580,15 @@ receiving traffic for the Service from the moment the kubelet starts all contain
580580
and marks it _Running_, til the kubelet stops all containers and deletes the pod from
581581
the API server.
582582

583-
### autoscaling.alpha.kubernetes.io/behavior (deprecated)
583+
### autoscaling.alpha.kubernetes.io/behavior (deprecated) {#autoscaling-alpha-kubernetes-io-behavior}
584584

585585
Type: Annotation
586586

587587
Used on: HorizontalPodAutoscaler
588588

589-
This annotation was used to configure the scaling behavior of the Horizontal Pod Autoscaler (HPA) in earlier Kubernetes versions. It allowed to specify how the HPA should scale pods up or down, including setting stabilization windows and scaling policies.
589+
This annotation was used to configure the scaling behavior for a HorizontalPodAutoscaler (HPA) in earlier Kubernetes versions.
590+
It allowed you to specify how the HPA should scale pods up or down, including setting stabilization windows and scaling policies.
591+
Setting this annotation has no effect in any supported release of Kubernetes.
590592

591593
### kubernetes.io/hostname {#kubernetesiohostname}
592594

0 commit comments

Comments
 (0)