Skip to content

Commit 8c1d212

Browse files
authored
Merge pull request kubernetes#4621 from dims/book-keeping-for-cleaning-up-removal-of-intree-cloud-providers
KEP-2395: Book keeping for cleaning up removal of in-tree cloud providers
2 parents 24f28f8 + b3d9ad4 commit 8c1d212

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ the previous in-tree implementations.
626626
- 2021-02-09 - Add production readiness review for alpha stage.
627627
- 2021-08-04 - First Kubernetes release (v1.22) with `DisableCloudProviders` and `DisableKubeletCloudCredentialProviders` feature gates.
628628
- 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.
629630

630631
## Drawbacks
631632

keps/sig-cloud-provider/2395-removing-in-tree-cloud-providers/kep.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@ approvers:
2323
- "@liggit"
2424
editor: TBD
2525
creation-date: 2018-12-18
26-
last-updated: 2023-10-04
26+
last-updated: 2023-05-07
2727
status: implementable
2828

2929
# The most recent milestone for which work toward delivery of this KEP has been
3030
# done. This can be the current (upcoming) milestone, if it is being actively
3131
# worked on.
32-
latest-milestone: "v1.29"
32+
latest-milestone: "v1.31"
3333

3434
stage: beta
3535

3636
# The milestone at which this feature was, or is targeted to be, at each stage.
3737
milestone:
3838
alpha: "v1.21"
3939
beta: "v1.29"
40-
stable: "TBD"
40+
stable: "v1.31"
4141

4242
# The following PRR answers are required at alpha release
4343
# List the feature gate name and the components for which it must be enabled

0 commit comments

Comments
 (0)