File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
sig-node/2133-kubelet-credential-providers Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- kep-number : 2053
1
+ kep-number : 2133
2
2
beta :
3
3
approver : " @deads2k"
4
+ stable :
5
+ approver : " @deads2k"
Original file line number Diff line number Diff line change @@ -351,7 +351,8 @@ can be achieved using the exec plugin.
351
351
352
352
#### Beta -> GA Graduation
353
353
354
- TBD
354
+ * existed in beta for at least 1 minor release
355
+ * e2e test using an external implementation (e.g. [ GCR] ( https://github.com/kubernetes/cloud-provider-gcp/tree/master/cmd/auth-provider-gcp ) ).
355
356
356
357
### Upgrade / Downgrade Strategy
357
358
528
529
529
530
- 2019-10-04: initial KEP introducing this functionality was merged.
530
531
- 2020-11-11: PR introducing this feature at alpha stage was merged https://github.com/kubernetes/kubernetes/pull/94196
532
+ - 2021-07-02: PR improving concurrency and cache for kubelet credential provider was merged https://github.com/kubernetes/kubernetes/pull/102168
533
+ - 2021-09-27: PR adding metrics for kubelet credential provider was merged https://github.com/kubernetes/kubernetes/pull/102802
531
534
532
535
## Drawbacks
533
536
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ title: Kubelet Credential Providers
2
2
kep-number : 2133
3
3
authors :
4
4
- " @andrewsykim"
5
+ - " @ruiwen-zhao"
5
6
owning-sig : sig-node
6
7
participating-sigs :
7
8
- sig-auth
@@ -27,12 +28,13 @@ stage: beta
27
28
# The most recent milestone for which work toward delivery of this KEP has been
28
29
# done. This can be the current (upcoming) milestone, if it is being actively
29
30
# worked on.
30
- latest-milestone : " v1.24 "
31
+ latest-milestone : " v1.25 "
31
32
32
33
# The milestone at which this feature was, or is targeted to be, at each stage.
33
34
milestone :
34
35
alpha : " v1.20"
35
36
beta : " v1.24"
37
+ stable : " v1.25"
36
38
37
39
# The following PRR answers are required at alpha release
38
40
# List the feature gate name and the components for which it must be enabled
You can’t perform that action at this time.
0 commit comments