File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
266-kubelet-client-certificate-bootstrap-rotation Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ approvers:
12
12
- " @liggitt"
13
13
- " @smarterclayton"
14
14
creation-date : 2019-06-07
15
- last-updated : 2020-01-21
16
- status : implementable
15
+ last-updated : 2020-09-14
16
+ status : implemented
17
17
---
18
18
19
19
# Certificates API
@@ -500,3 +500,4 @@ control plane.
500
500
- 1.18: 2020-01-15: Multi-signer design added
501
501
- 1.18: 2020-01-21: status.certificate field format validation added
502
502
- 1.19: 2020-05-07: v1 details added
503
+ - 1.19: 2020-08-26: v1 implementation released
Original file line number Diff line number Diff line change @@ -392,3 +392,4 @@ client certificates must remain backwards compatible for at least n-2 releases.
392
392
- v1.11 - openshift enables kubelet client certificate rotation
393
393
- v1.18 - CertificateSigningRequest API adds support for specific kubelet client certificate signers
394
394
- v1.19 - Legacy proposal converted to KEP
395
+ - v1.19 - Graduated to GA
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ owning-sig: sig-auth
7
7
participating-sigs :
8
8
- sig-auth
9
9
- sig-node
10
- status : implementable
10
+ status : implemented
11
11
creation-date : 2017-06-27
12
12
reviewers :
13
13
- " @smarterclayton"
@@ -20,7 +20,6 @@ see-also:
20
20
- " /keps/sig-auth/20190607-certificates-api.md"
21
21
replaces :
22
22
- https://github.com/kubernetes/community/pull/768
23
- # stage: stable
24
23
latest-milestone : " v1.19"
25
24
milestone :
26
25
alpha : " v1.4"
You can’t perform that action at this time.
0 commit comments