|
| 1 | +<!-- |
| 2 | +This template is adapted from Kubernetes Enhancements KEP template https://github.com/kubernetes/enhancements/blob/master/keps/NNNN-kep-template/README.md |
| 3 | +--> |
| 4 | + |
| 5 | +# CHANGEME: Title |
| 6 | + |
| 7 | +<!-- toc --> |
| 8 | +- [Release Signoff Checklist](#release-signoff-checklist) |
| 9 | +- [Summary](#summary) |
| 10 | +- [Motivation](#motivation) |
| 11 | + - [Goals](#goals) |
| 12 | + - [Non-Goals](#non-goals) |
| 13 | +- [Proposal](#proposal) |
| 14 | + - [User Stories (Optional)](#user-stories-optional) |
| 15 | + - [Story 1](#story-1) |
| 16 | + - [Story 2](#story-2) |
| 17 | + - [Risks and Mitigations](#risks-and-mitigations) |
| 18 | +- [Design Details](#design-details) |
| 19 | + - [Test Plan](#test-plan) |
| 20 | + - [Feature Gate](#feature-gate) |
| 21 | +- [Drawbacks](#drawbacks) |
| 22 | +- [Alternatives](#alternatives) |
| 23 | +<!-- /toc --> |
| 24 | + |
| 25 | +## Release Signoff Checklist |
| 26 | + |
| 27 | +Items marked with (R) are required *prior to targeting to a release*. |
| 28 | + |
| 29 | +- [ ] (R) This design doc has been discussed and approved |
| 30 | +- [ ] (R) Test plan is in place |
| 31 | + - [ ] (R) e2e tests in kind |
| 32 | +- [ ] (R) Graduation criteria is in place if required |
| 33 | +- [ ] (R) User-facing documentation has been created in [pingcap/docs-tidb-operator] |
| 34 | + |
| 35 | +## Summary |
| 36 | + |
| 37 | +<!-- |
| 38 | +Summary of the design. |
| 39 | +
|
| 40 | +[kubernetes documentation style guide]: https://github.com/kubernetes/community/blob/master/contributors/guide/style-guide.md |
| 41 | +--> |
| 42 | + |
| 43 | +## Motivation |
| 44 | + |
| 45 | +<!-- |
| 46 | +This section is for explicitly listing the motivation, goals, and non-goals of |
| 47 | +this design. |
| 48 | +--> |
| 49 | + |
| 50 | +### Goals |
| 51 | + |
| 52 | +<!-- |
| 53 | +List the specific goals of the design. What is it trying to achieve? How will we |
| 54 | +know that this has succeeded? |
| 55 | +--> |
| 56 | + |
| 57 | +### Non-Goals |
| 58 | + |
| 59 | +<!-- |
| 60 | +What is out of scope for this design? Listing non-goals helps to focus discussion |
| 61 | +and make progress. |
| 62 | +--> |
| 63 | + |
| 64 | +## Proposal |
| 65 | + |
| 66 | +<!-- |
| 67 | +This is where we get down to the specifics of what the proposal actually is. |
| 68 | +This should have enough detail that reviewers can understand exactly what |
| 69 | +you're proposing, but should not include things like API designs or |
| 70 | +implementation. What is the desired outcome and how do we measure success?. |
| 71 | +The "Design Details" section below is for the real |
| 72 | +nitty-gritty. |
| 73 | +--> |
| 74 | + |
| 75 | +### User Stories (Optional) |
| 76 | + |
| 77 | +<!-- |
| 78 | +Detail the things that people will be able to do if this design is implemented. |
| 79 | +Include as much detail as possible so that people can understand the "how" of |
| 80 | +the system. The goal here is to make this feel real for users without getting |
| 81 | +bogged down. |
| 82 | +--> |
| 83 | + |
| 84 | +#### Story 1 |
| 85 | + |
| 86 | +#### Story 2 |
| 87 | + |
| 88 | +### Risks and Mitigations |
| 89 | + |
| 90 | +<!-- |
| 91 | +What are the risks of this proposal, and how do we mitigate? Think broadly. |
| 92 | +--> |
| 93 | + |
| 94 | +## Design Details |
| 95 | + |
| 96 | +<!-- |
| 97 | +This section should contain enough information that the specifics of your |
| 98 | +change are understandable. This may include API specs (though not always |
| 99 | +required) or even code snippets. If there's any ambiguity about HOW your |
| 100 | +proposal will be implemented, this is the place to discuss them. |
| 101 | +--> |
| 102 | + |
| 103 | +### Test Plan |
| 104 | + |
| 105 | +<!--- |
| 106 | +Describe how the new functionality will be tested (unit tests, integration tests (if applicable), e2e tests) |
| 107 | +--> |
| 108 | + |
| 109 | +### Feature Gate |
| 110 | + |
| 111 | +<!--- |
| 112 | +Name of feature gate |
| 113 | +--> |
| 114 | + |
| 115 | +## Drawbacks |
| 116 | + |
| 117 | +<!-- |
| 118 | +Why should this design _not_ be implemented? |
| 119 | +--> |
| 120 | + |
| 121 | +## Alternatives |
| 122 | + |
| 123 | +<!-- |
| 124 | +What other approaches did you consider, and why did you rule them out? These do |
| 125 | +not need to be as detailed as the proposal, but should include enough |
| 126 | +information to express the idea and why it was not acceptable. |
| 127 | +--> |
0 commit comments