Skip to content

Commit 23547ca

Browse files
authored
Merge pull request kubernetes#1728 from mattjmcnaughton/mattjmcnaughton/dockerless-kep-implementable
Mark dockerless KEP implementable for 1.19
2 parents 2c681f9 + 7c09858 commit 23547ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

keps/sig-node/20200205-build-kubelet-without-docker.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ approvers:
1717
editor: TBD
1818
creation-date: 2020-02-05
1919
last-updated: 2020-02-09
20-
status: provisional
20+
status: implementable
2121
see-also:
2222
- "/keps/sig-cloud-provider/20190729-building-without-in-tree-providers.md"
2323
---
@@ -51,14 +51,14 @@ see-also:
5151

5252
## Release Signoff Checklist
5353

54-
- [ ] 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)
55-
- [ ] KEP approvers have set the KEP status to `implementable`
56-
- [ ] Design details are appropriately documented
57-
- [ ] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
58-
- [ ] Graduation criteria is in place
59-
- [ ] "Implementation History" section is up-to-date for milestone
60-
- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
61-
- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
54+
- [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)
55+
- [X] KEP approvers have set the KEP status to `implementable`
56+
- [X] Design details are appropriately documented
57+
- [X] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
58+
- [X] Graduation criteria is in place
59+
- [X] "Implementation History" section is up-to-date for milestone
60+
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
61+
- [X] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
6262

6363
## Summary
6464

@@ -257,7 +257,8 @@ We envision the following testing:
257257

258258
**Note:** *Section not required until targeted at a release.*
259259

260-
TBD
260+
Since this is a developer facing change, I don't believe there is any graduation
261+
criteria.
261262

262263
### Upgrade / Downgrade Strategy
263264

@@ -269,8 +270,7 @@ N/A
269270

270271
## Implementation History
271272

272-
- original prototype [kubernetes/kubernetes#87746](https://github.com/kubernetes/kubernetes/pull/87746)
273-
- original KEP PR [TBD]
273+
- original KEP PR [kubernetes/kubernetes#87746](https://github.com/kubernetes/kubernetes/pull/87746)
274274

275275
## Drawbacks
276276

0 commit comments

Comments
 (0)