Skip to content

Commit 6659091

Browse files
authored
Merge pull request kubernetes#2473 from PurelyApplied/kep-1933-prr
[KEP-1933] Production Readiness Review.
2 parents 00195f2 + 56f02b4 commit 6659091

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kep-number: 1933
2+
beta:
3+
approver: "@deads2k"

keps/sig-instrumentation/1933-secret-logging-static-analysis/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
133133
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
134134
- [x] (R) Graduation criteria is in place
135135
- [x] (R) Production readiness review completed
136-
- [ ] Production readiness review approved
136+
- [x] Production readiness review approved
137137
- [ ] "Implementation History" section is up-to-date for milestone
138138
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
139139
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
@@ -463,13 +463,16 @@ you need any help or guidance.
463463

464464
### Feature Enablement and Rollback
465465

466-
As an addition to Kubernetes testing, enablement and rollback are managed
467-
by configuration changes in `kubernetes/test-infra`.
466+
As part of Prow, enablement is managed by configuration in `kubernetes/test-infra`.
467+
As the test target and tool version are fixed in `kubernetes/kubernetes/hack/tools`,
468+
rollback can be handled by reverting any offending commit to `hack/tools`.
468469

469470
### Rollout, Upgrade and Rollback Planning
470471

471472
As a third-party dependency, analyzer upgrading is handled by upgrading
472-
the version targeted by `kubernetes/kubernetes/hack/tools/`.
473+
the version targeted by `kubernetes/kubernetes/hack/tools/`.
474+
Tool configuration at `kubernetes/kubernetes/hack/testdata/levee` can be updated
475+
independently, though may be required during tool upgrading.
473476

474477
### Monitoring Requirements
475478

keps/sig-instrumentation/1933-secret-logging-static-analysis/kep.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ reviewers:
1717
approvers:
1818
- "@dashpole"
1919
- "@ehashman"
20-
#prr-approvers:
21-
#- TBD
20+
prr-approvers:
21+
- "@deads2k"
2222
see-also:
2323
- /keps/sig-instrumentation/1753-logs-sanitization
2424
- /keps/sig-instrumentation/1602-structured-logging
2525
replaces: []
2626

27-
stage: alpha
27+
stage: beta
2828

29-
latest-milestone: "v1.20"
29+
latest-milestone: "v1.21"
3030

3131
milestone:
3232
alpha: "v1.20"

0 commit comments

Comments
 (0)