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
* Allow a multi-level ordering of containers start/stop sequence. IOW, only two
177
+
levels are deinfed: "sidecar" or "standard" containers. It is not a goal to
178
+
have more than these two levels.
179
+
* Model startup/shutdown dependencies between different sidecar containers
180
+
* Change the pod phase in any way, with or without this feature enabled
181
+
* Reimplement an init-system alike semantics for pod containers
182
+
startup/shutdown
183
+
* Allow sidecar containers to run concurrently with initContainers
184
+
164
185
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
0 commit comments