From 576249b32018e46f80cabc4f5ebb862d7efe58e4 Mon Sep 17 00:00:00 2001 From: Grace Nguyen <42276283+gracenng@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:48:01 -0700 Subject: [PATCH 1/2] Communicate PRR freeze --- sig-architecture/production-readiness.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sig-architecture/production-readiness.md b/sig-architecture/production-readiness.md index b3699d7d6..17471f7b6 100644 --- a/sig-architecture/production-readiness.md +++ b/sig-architecture/production-readiness.md @@ -20,6 +20,10 @@ 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. + 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. From cf715a4404c4cefcfb52278bc128b7a765373fc7 Mon Sep 17 00:00:00 2001 From: Grace Nguyen <42276283+gracenng@users.noreply.github.com> Date: Wed, 7 Sep 2022 09:55:23 -0700 Subject: [PATCH 2/2] Mention Exception request --- sig-architecture/production-readiness.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sig-architecture/production-readiness.md b/sig-architecture/production-readiness.md index 17471f7b6..19bcf9b6e 100644 --- a/sig-architecture/production-readiness.md +++ b/sig-architecture/production-readiness.md @@ -20,9 +20,11 @@ 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. +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