Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1. Introduction

This page provides the installation guidelines for all the NONRTRIC components as part of the “smo-install” in it/dep repository.

2. Minimum Requirements

  • Cores : 8

  • RAM : 20G

  • Storage : 50G

  • Operating System : Ubuntu (20.04/22.04)

3. Installation

Step by step installation instructions for this installation is available as part of the README(smo-install/README.md) in it/dep repository.

Steps provided below provides an overview of the expected steps.

3.1) Step 1: Install base components

Expected Result: Base components(Kubernetes, Chartmuseum, Helm 3,…) should be installed and available to use.

3.2) Step 2: Build all charts

Expected Result: All the helm chart files are built and uploaded into Chartmuseum server.

3.3) Step 3: Install the charts

Expected Result: Installation script should be completed successfully.

4. Post-Installation Verification

All the expected pods should be up and running. It can be verified using the command below.

kubectl get po -n nonrtric

5. Troubleshooting

  • Issue 1: Permission issue - Sometime the charts are failed to get uploaded into Chartmuseum because of permission issues
    Solution: Try using “sudo” along with installation commands.

  • Issue 2: Port conflict due to the existing chartmuseum.

Solution: Only one chartmuseum should be running with the expected configuration. Existing chartmuseum can be terminated if it doesn’t works well with the installation scripts

6. Additional Resources

 

  • No labels