Skip to content

Commit

Permalink
sidecar: Remove old phrase in non-goals
Browse files Browse the repository at this point in the history
This was requested by Sergey here:
	kubernetes#1913 (comment)

Signed-off-by: Rodrigo Campos <[email protected]>
  • Loading branch information
rata committed Sep 10, 2020
1 parent 0dbcef0 commit ebd059c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keps/sig-node/0753-sidecarcontainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ebd059c

Please sign in to comment.