-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrading from 0.7.9 to 0.8.1 causes crashlooping #1349
Comments
This might be related to #1344 , we have dedicated nodes for persistent storage (toleration+nodeSelector) |
@laurivosandi Thank you for raising this, we're preparing a release with the fix (#1346). Interesting to note, in the issue you mentioned, there was no crashloop, just the reconciler adding tolerations to the statefulset and not completing. It would be useful to see logs, to understand if it's the same issue. |
Gave 0.8.2 a try and I am getting
Generally speaking I've come to the conclusion that database operators should manage databases directly and avoid StatefulSet altogether. Just take a look at what CloudNativePG guys are doing |
This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days. |
This issue was closed because it became stale and did not receive further updates. If the issue is still affecting you, please re-open it, or file a fresh Issue with updated information. |
What did you do to encounter the bug?
We have couple MongoDB instances managed by MongoDB Community Kubernetes Operator. Everything works as expected with 0.7.9. Yesterday tried upgrading to 0.8.1 which resulted all instances having a crashlooping pod
What did you expect?
No surprises
What happened instead?
The very first pod in the statefulset which was being rolled out kept crashlooping. I couldn't pinpoint a specific error in the instance or operator logs.
Screenshots
Didn't manage to get there, as I rolled back to 0.7.9
Operator Information
Kubernetes Cluster Information
Additional context
Will attempt upgrade again in a sandbox environment to provide logs.
The text was updated successfully, but these errors were encountered: