we're playing with automatic sidecar injection from Istio. looks like Eirini considers the app "Running" if only 1 of the containers is running. we probably want to change it so that all (non-init) containers must be Ready before CF sees the App as running. would y'all be open to a PR? cc @tcdowney related: - #72 - https://github.com/cloudfoundry/cf-k8s-networking
we're playing with automatic sidecar injection from Istio.
looks like Eirini considers the app "Running" if only 1 of the containers is running.
we probably want to change it so that all (non-init) containers must be Ready before CF sees the App as running.
would y'all be open to a PR?
cc @tcdowney
related: