[~mwessendorf] In documentation we saying that user should wait until all pods would start. Mysql is not marked as running until openshift would be able to connect to it. Problem here is that if this error happens then pod should restart and next attempt should be successful. This is probably not happening because we did not setup "fail on error" flag in bash script.
TL;DR - even when user would not wait for pods to start all dependent pods should restart itself until it would be available. |
|