Hotfixes ​
This document describes how to contribute hotfixes
Cherry Picks ​
Cherry picks are handled by the Prow cherry-pick plugin.
Prerequisites ​
- The hotfix branch exists (check in the branches section).
- You must be a maintainer (repository owner or member) to trigger a cherry-pick.
Initiate a Cherry Pick ​
Trigger a cherry pick by commenting on the pull request (can be done before or after merge — Prow will execute it once the PR is merged):
/cherry-pick hotfix-1.74For usage details see the Prow cherrypicker documentation.