Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec992ca

Browse files
committedSep 4, 2020
sidecar: Remove old phrase in non-goals
This was requested by Sergey here: kubernetes#1913 (comment) Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 1e80263 commit ec992ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎keps/sig-node/0753-sidecarcontainers.md

-2
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ This proposal doesn't aim to:
347347
startup/shutdown
348348
* Allow sidecar containers to run concurrently with initContainers
349349

350-
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
351-
352350
## Proposal
353351

354352
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`.

0 commit comments

Comments
 (0)
Please sign in to comment.