Closed
Description
Hey,
I'm currently using the operator in version 3.3.6 with the Domain-Home-In-Image mode.
I'm running into an issue, where a Pod might get evicted from a Node due to not enough ephemeral storage being available for logging.
The pods are assigned to qosclass guaranteed (so requests == limits for both, cpu and memory).
The issue here is that once pods are evicted by kubernetes, the operator does not seem to care about them anymore, so they stay in an Evicted state, thus the application might get unavailable.
Right now I'm working around this using a serviceaccount and a simple batch-script to manually remove those Pods, so the Operator can take over control again, but I think this is something the Operator should take care of.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels