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-node/753-sidecar-containers/README.md
+15-90Lines changed: 15 additions & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,10 +181,10 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
181
181
-[X] (R) Design details are appropriately documented
182
182
-[X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input (including test refactors)
183
183
-[X] e2e Tests for all Beta API Operations (endpoints)
184
-
-[] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
185
-
-[] (R) Minimum Two Week Window for GA e2e tests to prove flake free
186
-
-[] (R) Graduation criteria is in place
187
-
-[] (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)
184
+
-[X] (R) Ensure GA e2e tests meet requirements for [Conformance Tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/conformance-tests.md)
185
+
-[X] (R) Minimum Two Week Window for GA e2e tests to prove flake free
186
+
-[X] (R) Graduation criteria is in place
187
+
-[X] (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)
188
188
-[ ] (R) Production readiness review completed
189
189
-[ ] (R) Production readiness review approved
190
190
-[ ] "Implementation History" section is up-to-date for milestone
@@ -401,8 +401,10 @@ startup will NOT be restarted and the whole Pod will fail. If Pod
401
401
402
402
Once sidecar container is started (`postStart` completed and startup probe
403
403
succeeded), this containers will be restarted even when the Pod `restartPolicy`
404
-
is `Never` or `OnFailure`. Furthermore, sidecar containers will be restarted
405
-
even during Pod termination.
404
+
is `Never` or `OnFailure`.
405
+
406
+
Note, a separate KEP https://github.com/kubernetes/enhancements/issues/4438 will enable
407
+
sidecar containers to be restarted even during Pod termination.
406
408
407
409
In order to minimize OOM kills of sidecar containers, the OOM adjustment for
408
410
these containers will match or exceed the OOM score adjustment of regular
@@ -1281,68 +1283,6 @@ to know in early stages of the KEP IMHO.
1281
1283
1282
1284
### Graduation Criteria
1283
1285
1284
-
<!--
1285
-
**Note:** *Not required until targeted at a release.*
1286
-
1287
-
Define graduation milestones.
1288
-
1289
-
These may be defined in terms of API maturity, [feature gate] graduations, or as
1290
-
something else. The KEP should keep this high-level with a focus on what
1291
-
signals will be looked at to determine graduation.
1292
-
1293
-
Consider the following in developing the graduation criteria for this enhancement:
0 commit comments