You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-apps/4650-stateful-set-update-claim-template/README.md
+31-28Lines changed: 31 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,26 +3,26 @@
3
3
4
4
To get started with this template:
5
5
6
-
- [] **Pick a hosting SIG.**
6
+
- [x] **Pick a hosting SIG.**
7
7
Make sure that the problem space is something the SIG is interested in taking
8
8
up. KEPs should not be checked in without a sponsoring SIG.
9
-
- [] **Create an issue in kubernetes/enhancements**
9
+
- [x] **Create an issue in kubernetes/enhancements**
10
10
When filing an enhancement tracking issue, please make sure to complete all
11
11
fields in that template. One of the fields asks for a link to the KEP. You
12
12
can leave that blank until this KEP is filed, and then go back to the
13
13
enhancement and add the link.
14
-
- [] **Make a copy of this template directory.**
14
+
- [x] **Make a copy of this template directory.**
15
15
Copy this template into the owning SIG's directory and name it
16
16
`NNNN-short-descriptive-title`, where `NNNN` is the issue number (with no
17
17
leading-zero padding) assigned to your enhancement above.
18
18
- [x] **Fill out as much of the kep.yaml file as you can.**
19
19
At minimum, you should fill in the "Title", "Authors", "Owning-sig",
20
20
"Status", and date-related fields.
21
-
- [] **Fill out this file as best you can.**
21
+
- [x] **Fill out this file as best you can.**
22
22
At minimum, you should fill in the "Summary" and "Motivation" sections.
23
23
These should be easy if you've preflighted the idea of the KEP with the
24
24
appropriate SIG(s).
25
-
- [] **Create a PR for this KEP.**
25
+
- [x] **Create a PR for this KEP.**
26
26
Assign it to people in the SIG who are sponsoring this process.
27
27
- [ ] **Merge early and iterate.**
28
28
Avoid getting hung up on specific details and instead aim to get the goals of
@@ -133,18 +133,18 @@ checklist items _must_ be updated for the enhancement to be released.
133
133
134
134
Items marked with (R) are required *prior to targeting to a milestone / release*.
135
135
136
-
-[] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
136
+
-[x] (R) Enhancement issue in release milestone, which links to KEP dir in [kubernetes/enhancements] (not the initial KEP PR)
137
137
-[ ] (R) KEP approvers have approved the KEP status as `implementable`
138
-
-[] (R) Design details are appropriately documented
139
-
-[] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
138
+
-[x] (R) Design details are appropriately documented
139
+
-[x] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
140
140
-[ ] e2e Tests for all Beta API Operations (endpoints)
141
141
-[ ] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
142
142
-[ ] (R) Minimum Two Week Window for GA e2e tests to prove flake free
143
-
-[] (R) Graduation criteria is in place
143
+
-[x] (R) Graduation criteria is in place
144
144
-[ ] (R) [all GA Endpoints](https://github.com/kubernetes/community/pull/1806) must be hit by [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
145
145
-[ ] (R) Production readiness review completed
146
146
-[ ] (R) Production readiness review approved
147
-
-[] "Implementation History" section is up-to-date for milestone
147
+
-[x] "Implementation History" section is up-to-date for milestone
148
148
-[ ] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
149
149
-[ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
150
150
@@ -182,9 +182,9 @@ Kubernetes does not support the modification of the `volumeClaimTemplates` of a
182
182
This enhancement proposes relaxing validation of StatefulSet's VolumeClaim template.
183
183
Specifically, we will allow modifying the following fields of `spec.volumeClaimTemplates`:
184
184
* increasing the requested storage size (`spec.volumeClaimTemplates.spec.resources.requests.storage`)
185
-
* modifying Volume AttributesClass used by the claim(`spec.volumeClaimTemplates.spec.volumeAttributesClassName`)
0 commit comments