cloudfoundry / eirini

Pluggable container orchestration for Cloud Foundry, and a Kubernetes backend
Apache License 2.0
115 stars 30 forks source link

Support multicontainer pods for status and crash reports #81

Closed mike1808 closed 4 years ago

mike1808 commented 4 years ago

Progress towards #79

We changed the way we determine whether the pod is crashed or running by checking the status of all containers on the pod, not only the first one. This required when we inject sidecars into pods.

#169685576

cc @rosenhouse @tcdowney

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/169883480

The labels on this github issue will be updated when the story is started.

georgethebeatle commented 4 years ago

Thanks for contributing @mike1808. LGTM.