Skip to content

Commit 02749b6

Browse files
committed
move apiserver-identity to implementable
1 parent c872c41 commit 02749b6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

keps/sig-api-machinery/1965-kube-apiserver-identity/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
Items marked with (R) are required *prior to targeting to a milestone / release*.
3232

33-
- [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
34-
- [ ] (R) KEP approvers have approved the KEP status as `implementable`
35-
- [ ] (R) Design details are appropriately documented
36-
- [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
37-
- [ ] (R) Graduation criteria is in place
33+
- [x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
34+
- [x] (R) KEP approvers have approved the KEP status as `implementable`
35+
- [x] (R) Design details are appropriately documented
36+
- [x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
37+
- [x] (R) Graduation criteria is in place
3838
- [ ] (R) Production readiness review completed
3939
- [ ] Production readiness review approved
4040
- [ ] "Implementation History" section is up-to-date for milestone
@@ -211,6 +211,8 @@ operations covered by [existing SLIs/SLOs]?**
211211

212212
## Implementation History
213213

214+
- 2020-09-18: KEP introduced
215+
214216
## Alternatives
215217

216218
### Alternative 1: new API + storage TTL

keps/sig-api-machinery/1965-kube-apiserver-identity/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kep-number: 1965
33
authors:
44
- "@roycaihw"
55
owning-sig: sig-api-machinery
6-
status: provisional
6+
status: implementable
77
creation-date: 2020-09-02
88
reviewers:
99
- "@caesarxuchao"

0 commit comments

Comments
 (0)