35
35
36
36
Items marked with (R) are required * prior to targeting to a milestone / release* .
37
37
38
- - [ ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
39
- - [ ] (R) KEP approvers have approved the KEP status as ` implementable `
40
- - [ ] (R) Design details are appropriately documented
41
- - [ ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
42
- - [ ] (R) Graduation criteria is in place
43
- - [ ] (R) Production readiness review completed
44
- - [ ] Production readiness review approved
45
- - [ ] "Implementation History" section is up-to-date for milestone
46
- - [ ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
47
- - [ ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
38
+ - [X ] (R) Enhancement issue in release milestone, which links to KEP dir in [ kubernetes/enhancements] (not the initial KEP PR)
39
+ - [X ] (R) KEP approvers have approved the KEP status as ` implementable `
40
+ - [X ] (R) Design details are appropriately documented
41
+ - [X ] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
42
+ - [X ] (R) Graduation criteria is in place
43
+ - [X ] (R) Production readiness review completed
44
+ - [X ] Production readiness review approved
45
+ - [X ] "Implementation History" section is up-to-date for milestone
46
+ - [X ] User-facing documentation has been created in [ kubernetes/website] , for publication to [ kubernetes.io]
47
+ - [X ] Supporting documentation e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes
48
48
49
49
50
50
[ kubernetes.io ] : https://kubernetes.io/
@@ -193,7 +193,7 @@ It should continue to work as expected.
193
193
194
194
195
195
* ** Are there any tests for feature enablement/disablement?**
196
- We will add unit tests.
196
+ Unit tests.
197
197
198
198
### Rollout, Upgrade and Rollback Planning
199
199
@@ -207,7 +207,7 @@ since users need to explicitly set the annotation.
207
207
None.
208
208
209
209
* ** Were upgrade and rollback tested? Was upgrade->downgrade->upgrade path tested?**
210
- We will do manual testing .
210
+ Manually tested, worked as expected .
211
211
212
212
* ** Is the rollout accompanied by any deprecations and/or removals of features,
213
213
APIs, fields of API types, flags, etc.?**
@@ -275,6 +275,7 @@ _This section must be completed when targeting beta graduation to a release._
275
275
276
276
* ** How does this feature react if the API server and/or etcd is unavailable?**
277
277
- The pod annotation can't be set. The normal pod deletion behavior will be used for non-annotated pods in a Deployment.
278
+
278
279
* ** What are other known failure modes?**
279
280
- None.
280
281
@@ -285,6 +286,7 @@ _This section must be completed when targeting beta graduation to a release._
285
286
[ existing SLIs/SLOs ] : https://git.k8s.io/community/sig-scalability/slos/slos.md#kubernetes-slisslos
286
287
287
288
## Implementation History
289
+ - 2021-04-11: Promoted the feature to Beta
288
290
- 2021-01-13: Initial KEP submitted as provisional
289
291
- 2021-01-15: KEP promoted to implementable
290
292
0 commit comments