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

Filter pod statuses reported back to containers which exist in proxy pod #206

Merged
merged 1 commit into from
May 25, 2024

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented May 16, 2024

If extra containers are injected, the status for those containers is getting reported back into the proxy pod status.

This confuses or breaks clients reading pod status expecting every named container status to correlate to a named container in pod spec (for example, kubernetes/kubernetes#124906).

This PR prunes out container statuses for named containers which do not exist in the proxy pod.

Signed-off-by: Jordan Liggitt <liggitt@google.com>
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.

None yet

2 participants