Replies: 1 comment 7 replies
-
The reason why the pod was killed should be in the events. So you should be able to check it there to confirm. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
I set up a new k8s cluster (v1.22.5), deploy the operator 0.27.0 and test deploy the example (persistent or ephemeral).
When the deployment of zookeeper finishes, the operator just crashes without any error message, leading to a CrashLoopBackOff.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crash and a successful deployment.
Environment (please complete the following information):
YAML files and logs
After this message the operator crashes
Additional context
Seems like an OOM issue, because after increasing the resources to 1Gi memory it works out without problems.
Maybe the default configuration should increase the memory.
Beta Was this translation helpful? Give feedback.
All reactions