From 0ec314b07e6f84c94c272ceed7e9ab488008b6ef Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Wed, 28 May 2025 14:26:01 +0100 Subject: [PATCH] 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 --- smo-install/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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``` -- 2.16.6