VPA: Enforce Flag Documentation Update in CI #7844
Labels
area/vertical-pod-autoscaler
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Currently, our CI pipeline here checks for various aspects like linting and formatting.
With this PR, we are automatically generating flag documentation for all VPA components. To ensure consistency, we need to verify that whenever a new flag is introduced, the corresponding script is run. If not, the CI should fail the build until the developer commits the updated flag documentation.
To enforce this, we should add a new script called
verify-vpa-flags.sh
, which will:vertical-pod-autoscaler/hack/generate-flags.sh
.vertical-pod-autoscaler/docs/flags.md
./good-first-issue
/area vertical-pod-autoscaler
/kind cleanup
The text was updated successfully, but these errors were encountered: