Skip to content

Commit 62a8d84

Browse files
authored
Merge pull request #8649 from alimaazamat/kep-wrangler-update-doc
docs: add section for KEP wrangling status reporting
2 parents f8ef1f6 + 4da7f3b commit 62a8d84

File tree

1 file changed

+16
-37
lines changed

1 file changed

+16
-37
lines changed

sig-node/sig-node-kep-wrangler-program.md

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As a KEP wrangler you should make sure that the KEPs assigned to you are abiding
1818

1919
## Signing up to be a wrangler
2020

21-
If you're interested in becoming a wrangler and helping us out, wait for the wrangler signup form in the [SIG Node mailing list](https://groups.google.com/g/kubernetes-sig-node) during the initial weeks of a release cycle.
21+
If you're interested in becoming a wrangler and helping us out, wait for the wrangler signup form in the [SIG Node mailing list](https://groups.google.com/a/kubernetes.io/g/sig-node) during the initial weeks of a release cycle.
2222

2323
## Resources
2424

@@ -48,45 +48,24 @@ The SIG Node chairs selects a wrangler lead for each cycle. If you've been a KEP
4848

4949
## Reporting
5050

51-
In order to assess the status of KEPs throughout the release, we plan to post a report of the KEPs every week in the [#sig-node-wranglers](https://kubernetes.slack.com/archives/C092ZDBRU64) channel. This can be done on Tuesdays before the weekly SIG Node meetings.
51+
In order to assess the status of KEPs throughout the release, we plan to post reports of the KEPs in the [#sig-node-wranglers](https://kubernetes.slack.com/archives/C092ZDBRU64) channel.
5252

53-
Use the following templates to post the metrics of KEPs:
53+
### Status Update Templates
5454

55-
#### Before enhancements freeze
55+
Use this template for updates before each major deadline (PRR Freeze, Enhancements Freeze, Code Freeze, Docs Freeze):
5656

57-
```md
58-
Metrics:
59-
60-
By Stage
61-
- Alpha:
62-
- Beta:
63-
- Stable:
64-
- Deprecation:
65-
66-
By Status
67-
- Tracked for enhancemnets freeze:
68-
- At risk for enhancements freeze:
69-
- Removed from milestone:
70-
```
57+
> **Status of my assigned KEPs to wrangle - [Deadline Name]:**
58+
>
59+
> KEP [#XXXX](https://github.com/kubernetes/enhancements/pull/XXXX): 🟢 Tracked for [Deadline Name]: [Details if needed such as link to KEP PR]
60+
> KEP [#XXXX](https://github.com/kubernetes/enhancements/pull/XXXX): 🟡 [Description of requirements met and what external action item it is waiting on]
61+
> KEP [#XXXX](https://github.com/kubernetes/enhancements/pull/XXXX): 🔴 At Risk for [Deadline Name]: [Description of blockers and outreach efforts]
62+
> KEP [#XXXX](https://github.com/kubernetes/enhancements/pull/XXXX): Moved to next release: [Brief details for deferral]
7163
72-
#### Before code freeze
64+
### KEP Metrics Templates
7365

74-
```md
75-
Metrics:
76-
77-
By Stage
78-
- Alpha:
79-
- Beta:
80-
- Stable:
81-
- Deprecation:
82-
83-
By Status
84-
- Tracked for code freeze:
85-
- At risk for code freeze:
86-
- Removed from milestone:
87-
```
66+
Use this template to post the metrics of KEPs on Tuesdays before the weekly SIG Node meetings:
8867

89-
#### Before docs freeze
68+
#### Weekly KEP Metrics
9069

9170
```md
9271
Metrics:
@@ -98,7 +77,7 @@ By Stage
9877
- Deprecation:
9978

10079
By Status
101-
- Tracked for docs freeze:
102-
- At risk for docs freeze:
103-
- Removed from milestone:
80+
- Tracked:
81+
- At risk:
82+
- Removed:
10483
```

0 commit comments

Comments
 (0)