Skip to content

Commit e8c7e27

Browse files
committed
prod-readiness/README: Line-wrap at 80-chars
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 72ac15b commit e8c7e27

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

keps/prod-readiness/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# Production Readiness Reviews
22

3-
Production readiness reviews are intended to ensure that features merging into Kubernetes are observable, scalable and supportable, can be safely operated in production environments, and can be disabled or rolled back in the event they cause increased failures in production.
3+
Production readiness reviews are intended to ensure that features merging into
4+
Kubernetes are observable, scalable and supportable, can be safely operated in
5+
production environments, and can be disabled or rolled back in the event they
6+
cause increased failures in production.
47

5-
Production readiness reviews are done by a separate team, apart from the SIG leads (although SIG lead approval is needed as well, of course). It is useful to have the viewpoint of a team that is not as familiar with the intimate details of the SIG, but is familiar with Kubernetes and with operating Kubernetes in production. Experience through our dry runs in 1.17-1.20 have shown that this slightly "outsider" view helps identify otherwise missed items.
8+
Production readiness reviews are done by a separate team, apart from the SIG
9+
leads (although SIG lead approval is needed as well, of course). It is useful
10+
to have the viewpoint of a team that is not as familiar with the intimate
11+
details of the SIG, but is familiar with Kubernetes and with operating
12+
Kubernetes in production. Experience through our dry runs in 1.17-1.20 have
13+
shown that this slightly "outsider" view helps identify otherwise missed items.
614

7-
The full documentation on the production readiness review process can be found on the SIG Architecture page [here](https://github.com/kubernetes/community/blob/master/sig-architecture/production-readiness.md)
15+
Full documentation on the production readiness review process can be found on
16+
the SIG Architecture page [here][prod-readiness].
17+
18+
[prod-readiness]: https://git.k8s.io/community/sig-architecture/production-readiness.md

0 commit comments

Comments
 (0)