Skip to content

Commit b8170b3

Browse files
authored
Merge pull request kubernetes#3711 from andrewsykim/kep-2133
KEP-2133: set status to implemented
2 parents 875b2bf + ebef272 commit b8170b3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

keps/sig-node/2133-kubelet-credential-providers/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
4848
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
4949
- [X] (R) Graduation criteria is in place
5050
- [X] (R) Production readiness review completed
51-
- [ ] Production readiness review approved
52-
- [ ] "Implementation History" section is up-to-date for milestone
53-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
54-
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
51+
- [X] Production readiness review approved
52+
- [X] "Implementation History" section is up-to-date for milestone
53+
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
54+
- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
5555

5656
<!--
5757
**Note:** This checklist is iterative and should be reviewed and updated every time this enhancement is being considered for a milestone.
@@ -602,6 +602,8 @@ No.
602602
- 2020-11-11: PR introducing this feature at alpha stage was merged https://github.com/kubernetes/kubernetes/pull/94196
603603
- 2021-07-02: PR improving concurrency and cache for kubelet credential provider was merged https://github.com/kubernetes/kubernetes/pull/102168
604604
- 2021-09-27: PR adding metrics for kubelet credential provider was merged https://github.com/kubernetes/kubernetes/pull/102802
605+
- v1.26: e2e tests added authenticating to GCR
606+
- v1.26: v1 APIs added and feature graduated to GA
605607

606608
## Drawbacks
607609

keps/sig-node/2133-kubelet-credential-providers/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owning-sig: sig-node
77
participating-sigs:
88
- sig-auth
99
- sig-cloud-provider
10-
status: implementable
10+
status: implemented
1111
creation-date: 2020-11-12
1212
reviewers:
1313
- "@cheftako"

0 commit comments

Comments
 (0)