-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Bug]: can't retry: can't perform "INSERT INTO pod_owner
#56
Comments
Hi @ngoeddel-openi, Could you please run the following command and share its output?
This will list all pod owner types. I'm quite sure our database schema is too strict and missing a possible type. Best regards, |
Sure, I also added a
|
Nice, thanks for the quick reply. |
|
Anyway, you may fix that by executing the following statement in the Icinga for Kubernetes database:
|
Exactly.
And we definitely have more custom resources in other Kubernetes clusters. Currently I am only testing against our DEV cluster. Here are all the CRDs we have here right now:
And I will soon run the |
After the
It looks like a completely different problem though. |
Yes, I'm working on it. Thanks for testing! |
I pushed some fixes. Could you please pull the image and try again? |
I finally got the time to work on this again.
From time to time a new log line like the last few is appended to the log and that's it. However in IcingaWeb I get this error when I try to use the Kubernetes module.
I don't know if it related to the Helm Chart or if I did something wrong. |
Affected Chart
icinga-stack
Which version of the app contains the bug?
0.3.0
Please describe your problem
Actually I am using my fork here: https://github.com/open-i-gmbh/icinga-helm-charts
But at the moment there are only minor changes locally on my machine because I am trying to get HA working and parent zones and satellites and all that good stuff.
Anyway. The bug I encountered comes from the
icinga-kubernetes
Subchart. It deploys fine but the Pod is not getting healthy.This is what the Pod shows:
And it also shows this a lot of times:
And the database pod shows this:
On the other hand it seemed to be able to create all the necessary tables in the database and even in
pod_owner
there are a lot of entries. But the Pod still does not get healthy and restarts itself the whole time.This is my
values.yaml
:Just ignore the config for
icinga2
because I changed a lot there.The text was updated successfully, but these errors were encountered: