Closed
Description
In #8115, we added support for in-place updates in VPA. This functionality is currently gated behind a feature flag (see the features.md documentation for reference).
However, the generate-flags.sh script—which is used to generate CLI flags for all VPA components does not currently support the --feature-gates
flag.
As a result, this flag is missing from the generated documentation, such as flags.md.
We should update the script to handle --feature-gates
so that the flag appears correctly in the generated output and users are aware of it.
/good-first-issue
/area vertical-pod-autoscaler
/triage accepted