Skip to content

Commit e16f2d4

Browse files
authored
Merge pull request #48224 from abhilasha2418/autoscalingAnnotation
Register annotation autoscaling.alpha.kubernetes.io/behavior as deprecated
2 parents 2972004 + bd85136 commit e16f2d4

File tree

1 file changed

+10
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,16 @@ receiving traffic for the Service from the moment the kubelet starts all contain
593593
and marks it _Running_, til the kubelet stops all containers and deletes the pod from
594594
the API server.
595595

596+
### autoscaling.alpha.kubernetes.io/behavior (deprecated) {#autoscaling-alpha-kubernetes-io-behavior}
597+
598+
Type: Annotation
599+
600+
Used on: HorizontalPodAutoscaler
601+
602+
This annotation was used to configure the scaling behavior for a HorizontalPodAutoscaler (HPA) in earlier Kubernetes versions.
603+
It allowed you to specify how the HPA should scale pods up or down, including setting stabilization windows and scaling policies.
604+
Setting this annotation has no effect in any supported release of Kubernetes.
605+
596606
### kubernetes.io/hostname {#kubernetesiohostname}
597607

598608
Type: Label

0 commit comments

Comments
 (0)