Skip to content

Commit 75d5801

Browse files
committed
Mark KEP 1 implemented
We have followup KEPs to improve the process. This one is done.
1 parent 6acd3e1 commit 75d5801

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

keps/0001-kubernetes-enhancement-proposal-process.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ approvers:
1010
- "@bgrant0607"
1111
editor: "@jbeda"
1212
creation-date: 2017-08-22
13-
last-updated: 2019-04-12
14-
status: implementable
13+
last-updated: 2020-02-18
14+
status: implemented
1515
---
1616

1717
# Kubernetes Enhancement Proposal Process
@@ -144,14 +144,22 @@ These KEPs will be owned by SIG-architecture and should be seen as a way to comm
144144

145145
### KEP Template
146146

147-
The template for a KEP is precisely defined [here](YYYYMMDD-kep-template.md)
147+
<b>
148+
The template for a KEP is precisely defined [here](/keps/YYYYMMDD-kep-template.md).
149+
</b>
148150

149151
### KEP Metadata
150152

151153
There is a place in each KEP for a YAML document that has standard metadata.
152154
This will be used to support tooling around filtering and display. It is also
153155
critical to clearly communicate the status of a KEP.
154156

157+
<b>
158+
While this defines the metadata schema for now, these things tend to evolve.
159+
The KEP template is the authoritative definition of things like the metadata
160+
schema.
161+
</b>
162+
155163
Metadata items:
156164
* **title** Required
157165
* The title of the KEP in plain language. The title will also be used in the

0 commit comments

Comments
 (0)