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

Add support for multiple containers in created pods #1887

Merged
merged 6 commits into from
Mar 1, 2023

Conversation

AKhoria
Copy link
Contributor

@AKhoria AKhoria commented Feb 6, 2023

Change Overview

This pull request resolves an issue with obtaining logs when a sidecar is added using the podOverride feature.
I have ensured that the main container is always first in spec, and logs are taken from the first container in the pod.

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

Thanks for submitting this pull request 🎉. The team will review it soon and get back to you.

If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document.

@infraq infraq added this to In Progress in Kanister Feb 6, 2023
@pavannd1 pavannd1 requested review from viveksinghggits and removed request for miquella February 8, 2023 15:22
Copy link
Contributor

@pavannd1 pavannd1 left a comment

Choose a reason for hiding this comment

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

LGTM

Kanister automation moved this from In Progress to Reviewer approved Feb 10, 2023
@AKhoria AKhoria added the kueue label Feb 20, 2023
@AKhoria AKhoria removed the kueue label Mar 1, 2023
@AKhoria AKhoria requested a review from e-sumin March 1, 2023 12:59
@AKhoria
Copy link
Contributor Author

AKhoria commented Mar 1, 2023

@e-sumin, I've updated this branch due your last changes, could you take a look pls?

@AKhoria AKhoria added the kueue label Mar 1, 2023
@mergify mergify bot merged commit ea9d1a2 into master Mar 1, 2023
Kanister automation moved this from Reviewer approved to Done Mar 1, 2023
@mergify mergify bot deleted the ankhoria/pod-with-multiple-containers branch March 1, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

6 participants