community/keps
k8s-ci-robot 4d715ddf08
Merge pull request #1580 from calebamiles/wip-propose-additional-kep-owners
adds additional approvers and reviewers to KEPs OWNERS
2018-01-08 15:01:10 -08:00
..
0000-kep-template.md Fix link to self 2018-01-08 13:00:53 +00:00
1-kubernetes-enhancement-proposal-process.md Use git.k8s.io for links 2017-12-21 18:34:08 -08:00
OWNERS adds additional approvers and reviewers to KEPs OWNERS 2018-01-08 14:41:42 -08:00
README.md Add KEP readme 2017-12-19 09:42:48 -08:00

README.md

Kubernetes Enhancement Proposals (KEPs)

This directory contains both the template and process for KEPs.

This process is still in an alpha state and is opt-in for those that want to provide feedback for the process.

Directory structure

Most KEPs will be sponsored out of a specific SIG. Those can be incubated inside of a subdirectory here for that SIG. SIGs can add those directories and OWNERs files on an as needed basis.

Any KEPs that cross many SIG boundaries can be created at the root of the KEP directory.

KEP numbering

The next dense number KEP will be 2.

To assign a number create a commit that both renames the KEP file and updates this file.

In process KEPs can use a date based numbering scheme. See KEP-1 for details of this process.