Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]native sidecar pod status #3144

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

[WIP]native sidecar pod status #3144

wants to merge 8 commits into from

Conversation

murongl-lyft
Copy link

How to get the correct Pod status with native sidecars.

Description

Testing Performed

GitHub Issue

Fixes #

TODOs

@murongl-lyft murongl-lyft requested a review from a team as a code owner October 16, 2024 20:30
@murongl-lyft murongl-lyft changed the title native sidecar pod status [wip]native sidecar pod status Oct 16, 2024
@murongl-lyft murongl-lyft changed the title [wip]native sidecar pod status [WIP]native sidecar pod status Oct 17, 2024
initializing := false
initContainerCount := 0
for i := range pod.Status.InitContainerStatuses {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One goal of showing initializing containers can be - show customers that their application container run is waiting on initializing of platform containers.

So i would think it would be really nice to include the sidecar containers in this information, since now they are all in initContainers.

  • normal init container -- make sure it's terminated and exit code is 0
  • sidecar init container -- make sure it's running and ready

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants