File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -593,6 +593,16 @@ receiving traffic for the Service from the moment the kubelet starts all contain
593
593
and marks it _ Running_ , til the kubelet stops all containers and deletes the pod from
594
594
the API server.
595
595
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
+
596
606
### kubernetes.io/hostname {#kubernetesiohostname}
597
607
598
608
Type: Label
You can’t perform that action at this time.
0 commit comments