From: wahidw Date: Thu, 3 Feb 2022 07:21:22 +0000 (+0000) Subject: Adding a note on helm3 for Near RIC installation procedure X-Git-Tag: f-release~8^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=f52352dcd569af69a078deb0a6b10c1211cc109b Adding a note on helm3 for Near RIC installation procedure Change-Id: I4eb8737ae32d131c95c56f71695c6c5b3368d540 Signed-off-by: wahidw --- diff --git a/docs/installation-ric.rst b/docs/installation-ric.rst index d7df204f..2325fb99 100644 --- a/docs/installation-ric.rst +++ b/docs/installation-ric.rst @@ -52,7 +52,7 @@ Prerequisites Both RIC and AUX clusters need to fulfill the following prerequisites. - Kubernetes v.1.16.0 or above -- helm v2.12.3 or above +- helm v2.12.3/v3.5.x or above - Read-write access to directory /mnt The following two sections show two example methods to create an environment for installing RIC. diff --git a/docs/ric/installation-ricplt.rst b/docs/ric/installation-ricplt.rst index 2e943f4d..d3e188bb 100644 --- a/docs/ric/installation-ricplt.rst +++ b/docs/ric/installation-ricplt.rst @@ -46,6 +46,7 @@ Edit the recipe files ./RECIPE_EXAMPLE/PLATFORM/example_recipe.yaml. ricip: "" auxip: "" +- Deployment scripts support both helm v2 and v3. The deployment script will determine the helm version installed in cluster during the deployment. - To specify which version of the RIC platform components will be deployed, update the RIC platform component container tags in their corresponding section. - You can specify which docker registry will be used for each component. If the docker registry requires login credential, you can add the credential in the following section. Please note that the installation suite has already included credentials for O-RAN Linux Foundation docker registries. Please do not create duplicate entries.