diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/HPAConfigurableTolerance.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/HPAConfigurableTolerance.md index f9f3d594e78f4..0380719bb18dd 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/HPAConfigurableTolerance.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/HPAConfigurableTolerance.md @@ -9,6 +9,10 @@ stages: - stage: alpha defaultValue: false fromVersion: "1.33" + toVersion: "1.34" + - stage: beta + defaultValue: true + fromVersion: "1.35" --- -Enables setting a [tolerance threshold](/docs/tasks/run-application/horizontal-pod-autoscale.md#tolerance) +Enables setting a [tolerance threshold](/docs/tasks/run-application/horizontal-pod-autoscale#tolerance) for HorizontalPodAutoscaler metrics.