25 lines
554 B
Markdown
25 lines
554 B
Markdown
---
|
|
title: HPAContainerMetrics
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.20"
|
|
toVersion: "1.26"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.27"
|
|
toVersion: "1.29"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.30"
|
|
toVersion: "1.31"
|
|
|
|
removed: true
|
|
---
|
|
Allow {{< glossary_tooltip text="HorizontalPodAutoscalers" term_id="horizontal-pod-autoscaler" >}}
|
|
to scale based on metrics from individual containers within target pods. |