@@ -43,9 +43,9 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
43
43
- [X] (R) Graduation criteria is in place
44
44
- [X] (R) Production readiness review completed
45
45
- [X] (R) Production readiness review approved
46
- - [ ] "Implementation History" section is up-to-date for milestone
47
- - [ ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
48
- - [ ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
46
+ - [X ] "Implementation History" section is up-to-date for milestone
47
+ - [X ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
48
+ - [X ] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
49
49
50
50
[ kubernetes.io ] : https://kubernetes.io/
51
51
[ kubernetes/enhancements ] : https://git.k8s.io/enhancements
@@ -140,12 +140,6 @@ spec:
140
140
terminationGracePeriodSeconds : 60
141
141
` ` `
142
142
143
- ### User Stories (Optional)
144
-
145
- N/A - bugfix
146
-
147
- ### Notes/Constraints/Caveats (Optional)
148
-
149
143
### Risks and Mitigations
150
144
151
145
This should be a low-risk API change as it is backwards-compatible. If the
@@ -198,11 +192,13 @@ quickly.
198
192
available behind a feature flag.
199
193
- Appropriate tests are written.
200
194
201
- _Below graduation criteria are tentative._
202
-
203
195
# ### Beta
204
196
205
197
- Feature flag is defaulted on.
198
+ - Remove feature gate from [kubelet](https://github.com/kubernetes/kubernetes/pull/99375#issuecomment-794680869).
199
+ - Add validation to ensure `terminationGracePeriodSeconds` is non-negative.
200
+
201
+ _Below graduation criteria are tentative._
206
202
207
203
# ### Graduation
208
204
0 commit comments