Skip to content

Commit bca65ba

Browse files
authored
Merge pull request kubernetes#1761 from BenTheElder/implemented-trees
mark building without in-tree providers implemented
2 parents 90f0e00 + fba1c14 commit bca65ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

keps/sig-cloud-provider/20190729-building-without-in-tree-providers.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ approvers:
1818
- "@stephenaugustus"
1919
editor: TBD
2020
creation-date: 2019-07-29
21-
last-updated: 2019-07-29
22-
status: implementable
21+
last-updated: 2020-05-08
22+
status: implemented
2323
see-also:
2424
- "/keps/sig-cloud-provider/20190125-removing-in-tree-providers.md"
2525
- "/keps/sig-cloud-provider/20180530-cloud-controller-manager.md"
@@ -59,10 +59,10 @@ see-also:
5959

6060
- [x] kubernetes/enhancements issue in release milestone, which links to KEP (this should be a link to the KEP location in kubernetes/enhancements, not the initial KEP PR)
6161
- [x] KEP approvers have set the KEP status to `implementable`
62-
- [ ] Design details are appropriately documented
62+
- [x] Design details are appropriately documented
6363
- [x] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
6464
- [x] Graduation criteria is in place
65-
- [ ] "Implementation History" section is up-to-date for milestone
65+
- [x] "Implementation History" section is up-to-date for milestone
6666
- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
6767
- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
6868

@@ -228,6 +228,7 @@ N/A ?
228228

229229
- original prototype [kubernetes/kubernetes#80353](https://github.com/kubernetes/kubernetes/pull/80353)
230230
- original KEP PR [kubernetes/enhancements#1180](https://github.com/kubernetes/enhancements/pull/1180)
231+
- typechecking CI [kubernetes/kubernetes#85457](https://github.com/kubernetes/kubernetes/pull/85457)
231232

232233
## Drawbacks [optional]
233234

0 commit comments

Comments
 (0)