Skip to content

Commit

Permalink
Merge pull request #3711 from andrewsykim/kep-2133
Browse files Browse the repository at this point in the history
KEP-2133: set status to implemented
  • Loading branch information
k8s-ci-robot authored Jan 31, 2023
2 parents 875b2bf + ebef272 commit b8170b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions keps/sig-node/2133-kubelet-credential-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
- [X] (R) Graduation criteria is in place
- [X] (R) Production readiness review completed
- [ ] Production readiness review approved
- [ ] "Implementation History" section is up-to-date for milestone
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
- [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
- [X] Production readiness review approved
- [X] "Implementation History" section is up-to-date for milestone
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes

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

## Drawbacks

Expand Down
2 changes: 1 addition & 1 deletion keps/sig-node/2133-kubelet-credential-providers/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ owning-sig: sig-node
participating-sigs:
- sig-auth
- sig-cloud-provider
status: implementable
status: implemented
creation-date: 2020-11-12
reviewers:
- "@cheftako"
Expand Down

0 comments on commit b8170b3

Please sign in to comment.