Skip to content

Commit 2f2934d

Browse files
Update vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio/README.md
Co-authored-by: Adrian Moisey <[email protected]>
1 parent f714f5d commit 2f2934d

File tree

1 file changed

+1
-1
lines changed
  • vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/enhancements/8515-support-custom-request-to-limit-ratio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If the request-to-limit ratio needs to be updated (for example, because the appl
3232

3333
This proposal introduces a new mechanism that allows VPA users to adjust the request-to-limit ratio directly at the VPA CRD level for an already running workload. This avoids the need to manually update the workload's resource requests and limits, and prevents unnecessary Pod restarts.
3434

35-
The feature is gated by a new alpha feature flag, `RequestToLimitRatio`, which is disabled by default.
35+
The feature is gated by a new feature gate, `RequestToLimitRatio`, which is disabled by default in alpha.
3636

3737
## Goals
3838

0 commit comments

Comments
 (0)