Merge pull request #6863 from gracenng/master

PRR Freeze docs
This commit is contained in:
Kubernetes Prow Robot 2022-09-07 10:20:37 -07:00 committed by GitHub
commit a08307d29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ As of 1.21, PRRs are now blocking. PRR _approval_ is required for the enhancemen
to be part of the release. This means that any KEPs targeting the release for any
stage will require production readiness approval by the *Enhancements Freeze Date*.
Introduced in 1.23, *Product Readiness Freeze* happens a week before *Enhancements
Freeze Date*. All KEPs must be opted in by this date to help PRR reviewers provision
their workload. KEPs opted in after the *Product Readiness Freeze* are at risk of not
being reviewed by the PRR team, depending on bandwidth. KEP owners can file an
[Exception request](https://github.com/kubernetes/sig-release/blob/master/releases/EXCEPTIONS.md) if the PRR has not been completed post Enhancements Freeze.
Note that some of the questions in the [KEP template] should be answered in both
the KEP's README.md and the `kep.yaml`, in order to support automated checks on
the PRR. The template points out these as needed.