Hi,
we are trying to install Zeebe cluster on our on-prem OpenShift and we are getting the same issue that is described at zeebe-io/zeebe-helm#11. We use OpenShift version 4.4.0.
I’ve also tried 0.23.1-non-root and the pod seems to be functioning properly, but then there’s another issue with gateway while using this older version.
What are our options to start the latest version?
I’ve bypassed this by removing volume mount for startup.sh. Then it starts up correctly. What are the consequences of removing it? Would something break?
Hey @Karolis, I recently helped another user with this. You can simply set the defaultMode of that volume to 0777, and leave the volume mount. The script will help setup the nodes properly to find each other; while not necessary (in the sense you could configure it yourself), its somewhat helpful, so I would propose to leave it.
In Q3 we’re planning to work on the official support for OpenShift Helm Charts for Camunda 8. I wanted to validate the idea with you:
Proposition: For each release of new minor of Camunda 8.x self-managed to support all the minor version of the current major version (4.x) that are not end of life (Full Support and Maintenance Support status).
Example - This would mean to support versions 4.6-4.10, if we would release new minor version on July 1st 2022. New minor versions of OpenShift are officially supported for 18 months in total for a release (OpenShift Container Platform Life Cycle - Red Hat Customer Portal)
Would that make sense for you, taking into consideration your OpenShift policies?