From: aravind.est Date: Wed, 28 May 2025 13:26:01 +0000 (+0100) Subject: Add warning about the random mariadb container startup issue X-Git-Tag: l-release~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=0ec314b07e6f84c94c272ceed7e9ab488008b6ef;p=it%2Fdep.git Add warning about the random mariadb container startup issue Mariadb container randomly fails to start and keeps on restarting when the resource in the machine is low. It also happens when there are too many images are waiting to be pulled. Issue-ID: NONRTRIC-1020 Change-Id: I1d518270d160092f6d539425163a19e2ce10ca8d Signed-off-by: aravind.est --- diff --git a/smo-install/README.md b/smo-install/README.md index c2c618bb..52e93013 100644 --- a/smo-install/README.md +++ b/smo-install/README.md @@ -62,6 +62,11 @@ Once the pre-requisites are available, The below command can be used for the smo ```./dep/smo-install/scripts/layer-2/2-install-oran.sh``` +--- +**WARNING** +Sometimes ONAP mariadb pod may not come up properly due to the slowness in pulling the container image. In such cases, you can try with re-installation and it should work fine. +--- + Verify pods: ```kubectl get pods -n onap && kubectl get pods -n nonrtric && kubectl get pods -n smo```