-
Notifications
You must be signed in to change notification settings - Fork 762
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
Database crash after remove dockershim #1184
Comments
|
hm, i don't know what can be broken.. before i remove dockershim all works fine. |
may be i can enable some kind of additional logging? |
i turn on all logging in pgsql (level debug5) but i can't see anything new...
|
so because o didnt find any solution i decide to move to external pgsql - so i deploy stateful set with exactly same parameters but based on official pgsql 13.6 image... and all works fine! |
i have k8s cluster (1.22.3) with harbor installation 2.5.0 (via helm package 1.9.0)
we use internal pgsql database and all works fine
but some time ago we remove docker from all nodes and replace it with containerd (prepare for migration to new version of k8s)
now i can see that pod with database restart occasionally. in logs i see that:
can anybody helm me with that issue?
The text was updated successfully, but these errors were encountered: