Adding a note on helm3 for Near RIC installation procedure 38/7638/1
authorwahidw <abdulwahid.w@nokia.com>
Thu, 3 Feb 2022 07:21:22 +0000 (07:21 +0000)
committerwahidw <abdulwahid.w@nokia.com>
Thu, 3 Feb 2022 07:22:10 +0000 (07:22 +0000)
Change-Id: I4eb8737ae32d131c95c56f71695c6c5b3368d540
Signed-off-by: wahidw <abdulwahid.w@nokia.com>
docs/installation-ric.rst
docs/ric/installation-ricplt.rst

index d7df204..2325fb9 100644 (file)
@@ -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.
index 2e943f4..d3e188b 100644 (file)
@@ -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.