Skip to content

Commit e9569b6

Browse files
authored
Merge pull request #45204 from sanposhiho/hpa-stable
graduate HPAContainerMetrics to stable
2 parents 119f853 + 98f0a91 commit e9569b6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/hpa-container-metrics.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.29"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.30"
1620
---
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.

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ pod usage is still within acceptable limits.
278278
279279
### Container resource metrics
280280
281-
{{< feature-state for_k8s_version="v1.27" state="beta" >}}
281+
{{< feature-state feature_gate_name="HPAContainerMetrics" >}}
282282
283283
The HorizontalPodAutoscaler API also supports a container metric source where the HPA can track the
284284
resource usage of individual containers across a set of Pods, in order to scale the target resource.

0 commit comments

Comments
 (0)