File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -626,6 +626,7 @@ the previous in-tree implementations.
626
626
- 2021-02-09 - Add production readiness review for alpha stage.
627
627
- 2021-08-04 - First Kubernetes release (v1.22) with ` DisableCloudProviders ` and ` DisableKubeletCloudCredentialProviders ` feature gates.
628
628
- 2023-09-02 - Enable external CCMs by default for k/k CI.
629
+ - 2023-05-07 - All the in-tree cloud providers have been removed.
629
630
630
631
## Drawbacks
631
632
Original file line number Diff line number Diff line change @@ -23,21 +23,21 @@ approvers:
23
23
- " @liggit"
24
24
editor : TBD
25
25
creation-date : 2018-12-18
26
- last-updated : 2023-10-04
26
+ last-updated : 2023-05-07
27
27
status : implementable
28
28
29
29
# The most recent milestone for which work toward delivery of this KEP has been
30
30
# done. This can be the current (upcoming) milestone, if it is being actively
31
31
# worked on.
32
- latest-milestone : " v1.29 "
32
+ latest-milestone : " v1.31 "
33
33
34
34
stage : beta
35
35
36
36
# The milestone at which this feature was, or is targeted to be, at each stage.
37
37
milestone :
38
38
alpha : " v1.21"
39
39
beta : " v1.29"
40
- stable : " TBD "
40
+ stable : " v1.31 "
41
41
42
42
# The following PRR answers are required at alpha release
43
43
# 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