File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.27"
16
+ toVersion : " 1.29"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.30"
16
20
---
17
- Enable the ` HorizontalPodAutoscaler ` to scale based on
18
- metrics from individual containers in target pods.
21
+ Allow {{< glossary_tooltip text="HorizontalPodAutoscalers" term_id="horizontal-pod-autoscaler" >}}
22
+ to scale based on metrics from individual containers within target pods.
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ pod usage is still within acceptable limits.
278
278
279
279
### Container resource metrics
280
280
281
- {{< feature-state for_k8s_version="v1.27" state="beta " >}}
281
+ {{< feature-state feature_gate_name="HPAContainerMetrics " >}}
282
282
283
283
The HorizontalPodAutoscaler API also supports a container metric source where the HPA can track the
284
284
resource usage of individual containers across a set of Pods, in order to scale the target resource.
You can’t perform that action at this time.
0 commit comments