Welcome to the towards5GS-helm documentation main page!
Before going to use our Helm charts, you have to:
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.
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.
- Clone the project and then.
- Go to the charts folder
charts
.
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}
In addition to the README provided in each Helm chart, the Documentation directory provides several guidelines for different implementations: