Add warning about the random mariadb container startup issue 07/14507/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 28 May 2025 13:26:01 +0000 (14:26 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 28 May 2025 13:26:01 +0000 (14:26 +0100)
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 <aravindhan.a@est.tech>
smo-install/README.md

index c2c618b..52e9301 100644 (file)
@@ -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```