From ebd059ca99a672228f75d0c70140ce2bc1cd8d4e Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Fri, 4 Sep 2020 12:38:41 +0200 Subject: [PATCH] sidecar: Remove old phrase in non-goals This was requested by Sergey here: https://github.com/kubernetes/enhancements/pull/1913#discussion_r482207970 Signed-off-by: Rodrigo Campos --- keps/sig-node/0753-sidecarcontainers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/keps/sig-node/0753-sidecarcontainers.md b/keps/sig-node/0753-sidecarcontainers.md index 160e2bcd795..c673b12dff8 100644 --- a/keps/sig-node/0753-sidecarcontainers.md +++ b/keps/sig-node/0753-sidecarcontainers.md @@ -347,8 +347,6 @@ This proposal doesn't aim to: startup/shutdown * Allow sidecar containers to run concurrently with initContainers -Allowing multiple containers to run at once during the init phase - this could be solved using the same principal but can be implemented separately. //TODO write up how we could solve the init problem with this proposal - ## Proposal Create a way to define containers as sidecars, this will be an additional field to the `container.lifecycle` spec: `Type` which can be either `Standard` (default) or `Sidecar`.