Closed phracek closed 8 months ago
PostgreSQL issues fixed with https://github.com/sclorg/s2i-ruby-container/pull/517 , migrations weren't running which resulted in failures for OpenShift probes that were asking for /articles
resource, which was asking the database. The database was not in an OK state, therefore that probe received a response that was not 2xx but rather 5xx and reported the rails container as failing to start.
The PR fixed running the migration, therefore, the probe query succeeded and it all deploys OK now.
Container platform
OCP 4
Version
ruby-3.1, ruby3.0
OS version of the container image
RHEL 8, RHEL 9
Bugzilla, Jira
No response
Description
During the testing of rail-ex template I discovered, that it is not working properly. Log from build is here:
The next running pod based on this build crashed with logs:
Reproducer
No response