Skip to content

Commit ed70c9f

Browse files
authored
Merge pull request #52981 from jm-franc/configurable-tolerance-beta-update
Promote the 'HPA configurable tolerance' feature gate to beta
2 parents dff6191 + e9bb250 commit ed70c9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/HPAConfigurableTolerance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.33"
12+
toVersion: "1.34"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.35"
1216
---
13-
Enables setting a [tolerance threshold](/docs/tasks/run-application/horizontal-pod-autoscale.md#tolerance)
17+
Enables setting a [tolerance threshold](/docs/tasks/run-application/horizontal-pod-autoscale#tolerance)
1418
for HorizontalPodAutoscaler metrics.

0 commit comments

Comments
 (0)