From ad9766cf9a9adbaa1efab5705dd67efdbcf7cf86 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 23 Jul 2020 16:25:09 -0300 Subject: [PATCH] sidecar: Update Beta migration criteria As suggested by derekwaynecarr here: https://github.com/kubernetes/enhancements/pull/1874#discussion_r451843429 Reviewed-by: Joseph-Irving Signed-off-by: Rodrigo Campos --- keps/sig-apps/0753-sidecarcontainers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keps/sig-apps/0753-sidecarcontainers.md b/keps/sig-apps/0753-sidecarcontainers.md index ae1573e35bb8..d925401239bf 100644 --- a/keps/sig-apps/0753-sidecarcontainers.md +++ b/keps/sig-apps/0753-sidecarcontainers.md @@ -1307,7 +1307,8 @@ Shutdown ordering of Containers in a Pod can not be guaranteed when a node is be * Thorough E2E and Unit testing in place * The beta API either supports the important use cases discovered during alpha testing, or has room for further enhancements that would support them * Graduation depends on the (yet not submitted) kubelet graceful shutdown KEP - reaching Beta stage and no concerns identified that may affect this KEP + reaching Beta stage. It is okay to for both features to reach Beta in the same + release, but this KEP should not reach beta before kubelet graceful shutdown KEP #### Beta -> GA Graduation