|
1 |
| -<!-- |
2 |
| -**Note:** When your KEP is complete, all of these comment blocks should be removed. |
3 |
| -
|
4 |
| -To get started with this template: |
5 |
| -
|
6 |
| -- [X] **Pick a hosting SIG.** |
7 |
| - Make sure that the problem space is something the SIG is interested in taking |
8 |
| - up. KEPs should not be checked in without a sponsoring SIG. |
9 |
| -- [X] **Create an issue in kubernetes/enhancements** |
10 |
| - When filing an enhancement tracking issue, please ensure to complete all |
11 |
| - fields in that template. One of the fields asks for a link to the KEP. You |
12 |
| - can leave that blank until this KEP is filed, and then go back to the |
13 |
| - enhancement and add the link. |
14 |
| -- [X] **Make a copy of this template directory.** |
15 |
| - Copy this template into the owning SIG's directory and name it |
16 |
| - `NNNN-short-descriptive-title`, where `NNNN` is the issue number (with no |
17 |
| - leading-zero padding) assigned to your enhancement above. |
18 |
| -- [X] **Fill out as much of the kep.yaml file as you can.** |
19 |
| - At minimum, you should fill in the "title", "authors", "owning-sig", |
20 |
| - "status", and date-related fields. |
21 |
| -- [X] **Fill out this file as best you can.** |
22 |
| - At minimum, you should fill in the "Summary", and "Motivation" sections. |
23 |
| - These should be easy if you've preflighted the idea of the KEP with the |
24 |
| - appropriate SIG(s). |
25 |
| -- [X] **Create a PR for this KEP.** |
26 |
| - Assign it to people in the SIG that are sponsoring this process. |
27 |
| -- [ ] **Merge early and iterate.** |
28 |
| - Avoid getting hung up on specific details and instead aim to get the goals of |
29 |
| - the KEP clarified and merged quickly. The best way to do this is to just |
30 |
| - start with the high-level sections and fill out details incrementally in |
31 |
| - subsequent PRs. |
32 |
| ---> |
33 |
| -# KEP-NNNN: Standard Topology Labels |
| 1 | +# KEP-1659: Standard Topology Labels |
34 | 2 |
|
35 | 3 | <!-- toc -->
|
36 | 4 | - [Release Signoff Checklist](#release-signoff-checklist)
|
@@ -64,14 +32,14 @@ To get started with this template:
|
64 | 32 |
|
65 | 33 | ## Release Signoff Checklist
|
66 | 34 |
|
67 |
| -- [ ] Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
68 |
| -- [ ] KEP approvers have approved the KEP status as `implementable` |
69 |
| -- [ ] Design details are appropriately documented |
70 |
| -- [ ] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input |
71 |
| -- [ ] Graduation criteria is in place |
72 |
| -- [ ] "Implementation History" section is up-to-date for milestone |
73 |
| -- [ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
74 |
| -- [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
| 35 | +- [x] Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR) |
| 36 | +- [x] KEP approvers have approved the KEP status as `implementable` |
| 37 | +- [x] Design details are appropriately documented |
| 38 | +- [x] Test plan is in place, giving consideration to SIG Architecture and SIG Testing input |
| 39 | +- [x] Graduation criteria is in place |
| 40 | +- [x] "Implementation History" section is up-to-date for milestone |
| 41 | +- [x] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io] |
| 42 | +- [x] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes |
75 | 43 |
|
76 | 44 | [kubernetes.io]: https://kubernetes.io/
|
77 | 45 | [kubernetes/enhancements]: https://git.k8s.io/enhancements
|
|
0 commit comments