Replies: 6 comments 3 replies
-
I move this into a discussion as it is a question. |
Beta Was this translation helpful? Give feedback.
-
@eliobischof can you help here? |
Beta Was this translation helpful? Give feedback.
-
After visiting kubecon this year I've decided to switch to yugabyte, due to the less than ideal current state of cockroachdb charts, am running into the same issue with yugabyte. Looks like zitadel is making an effort to make sure the database exists before installing but its blocking the database install. Seems like an option we'd want to be able to toggle in zitadel.
|
Beta Was this translation helpful? Give feedback.
-
According to this older article, waiting for the database is a 'kubernetes anti-pattern', instead it should just fail until the database becomes available ... https://stackoverflow.com/questions/66027083/how-to-define-start-order ; could this be right? Maybe instead of using a helm hook you could have an initContainer that waits for the database to come up? |
Beta Was this translation helpful? Give feedback.
-
Currently working on an error:
This got things moving but its not fully working:
|
Beta Was this translation helpful? Give feedback.
-
Installed keycloak instead so I can have something working while this is figured out. Could use an assist on this. |
Beta Was this translation helpful? Give feedback.
-
I try to install both at the same time but looks like zitadel wants to run before cockroachdb has a chance to install.
I'm wanting to install this way because of gitops.
Tried to disable the initJob, but that didn't help.
Beta Was this translation helpful? Give feedback.
All reactions