Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

towards5GS-helm documentation

Welcome to the towards5GS-helm documentation main page!

Prerequisites

Before going to use our Helm charts, you have to:

Create a Kubernetes cluster

The are many solutions for the creation of a Kubernetes cluster. Feel free to visit this page to discover a part of these solutions. If you don't dispose yet of a Kubernetes cluster, we recommend you to use Kubeadm regarding to its simplicity.

Install Helm

You have to install a Helm client on a host that can communicate with your Kubernetes API server.

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh

Refer to this link to view all possible installation methods.

Using our Helm charts

By cloning the project

  1. Clone the project and then.
  2. Go to the charts folder charts.

By using our Helm repository

helm repo add towards5gs 'https://raw.githubusercontent.com/Orange-OpenSource/towards5gs-helm/main/repo/'
helm repo update
helm search repo

If you want to install a specific version from a specific chart run:

helm install {replace by the name of the chart} --version --version {replace by the version of the chart}

If you want to download its packaged archive to your local directory run:

helm pull {replace by the name of the chart} --version --version {replace by the version of the chart}

Setup methods

In addition to the README provided in each Helm chart, the Documentation directory provides several guidelines for different implementations: