Skip to content

Commit 75af552

Browse files
authored
Merge pull request kubernetes#2711 from salaxander/prr_docs
added readme for PRR process
2 parents 1f468e6 + ff0bed5 commit 75af552

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

hack/.notableofcontents

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
keps/README.md
2+
keps/prod-readiness/README.md
23
keps/sig-cli/FAQ.md
34
keps/sig-cluster-lifecycle/clusterapi/FAQ.md
45
keps/sig-cluster-lifecycle/kubeadm/970-kubeadm-config/documentation-for-images.md

keps/prod-readiness/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Production Readiness Reviews
2+
3+
Production readiness reviews (PRRs) are intended to ensure that enhancements
4+
merging into Kubernetes are observable, scalable and supportable, can be safely
5+
operated in production environments, and can be disabled or rolled back in the
6+
event they cause increased failures in production.
7+
8+
While approvals for an enhancement are still required from the respective SIG,
9+
production readiness reviews are done by the [Production Readiness subproject][prod-readiness] of SIG Architecture.
10+
11+
It is useful to have the viewpoint of a team that is not as familiar with the
12+
intimate details of the SIG, but is familiar with Kubernetes and with operating
13+
Kubernetes in production.
14+
15+
Experience through our dry runs in the Kubernetes 1.17 - 1.20 release cycles
16+
has shown that this slightly "outsider" view helps identify otherwise missed
17+
items.
18+
19+
Full documentation on the production readiness review process can be found on
20+
the SIG Architecture page [here][prod-readiness].
21+
22+
[prod-readiness]: https://git.k8s.io/community/sig-architecture/production-readiness.md

0 commit comments

Comments
 (0)