-
Notifications
You must be signed in to change notification settings - Fork 4
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
Move non-critical session containers to external Pod #1980
Comments
MoritzWeber0
moved this from Backlog
to Ready for Review
in Capella Collaboration Roadmap 🚀
Nov 12, 2024
MoritzWeber0
moved this from Ready for Review
to Planned
in Capella Collaboration Roadmap 🚀
Nov 12, 2024
MoritzWeber0
added a commit
that referenced
this issue
Nov 12, 2024
MoritzWeber0
added a commit
that referenced
this issue
Nov 12, 2024
MoritzWeber0
added a commit
that referenced
this issue
Nov 12, 2024
MoritzWeber0
added a commit
that referenced
this issue
Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #1971, we changed the restart policy to never. This makes sense to properly handle and investigate session crashed.
Unfortunately, after the change, a session gets unhealthy when an non-critical sidecar container like promtail crashes (e.g. due to OOM). It's currently not possible to set an individual restart policy on containers.
Instead, we should spawn a separate Pod for promtail.
The text was updated successfully, but these errors were encountered: