This repository hosts Helm charts for the components of the Cloud-Native SD-WAN Project.
helm repo add cnwan https://CloudNativeSDWAN.github.io/cnwan-helm-charts
kubectl create ns cnwan-operator-system
helm install cnwan-operator cnwan/<chart>
- Kubernetes 1.10+
- Helm 3.1.0
Helm helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.
To install Helm, refer to the Helm install guide
and ensure that the helm
binary is in the PATH
of your shell.
Run this command to download -- and later install -- all the charts from this repository:
helm repo add cnwan https://CloudNativeSDWAN.github.io/cnwan-helm-charts
As of now, this repository allows you to install the CN-WAN Operator.
There are multiple ways to install it on your cluster, and all are based on this command:
helm install cnwan-operator cnwan/cnwan-operator <settings>
Please refer to CN-WAN Operator's chart guide to learn more about the installation process and its official repository for the settings and understanding how it works.
Thank you for interest in contributing to this project. Before starting, please make sure you know and agree to our Code of conduct.
- Fork it
- Download your fork
git clone https://github.com/your_username/cnwan-helm-charts && cd cnwan-helm-charts
- Create your feature branch
git checkout -b my-new-feature
- Make changes and add them
git add .
- Commit your changes
git commit -m 'Add some feature'
- Push to the branch
git push origin my-new-feature
- Create new pull request to this repository
Before opening a pull request, please make sure you have updated any relevant
values in Chart.yaml
and values.yaml
, including:
appVersion
inChart.yaml
version
inChart.yaml
description
inChart.yaml
image.tag
invalues.yaml
and documented any changes that you have made and would like to be merged.
These charts are released under the Apache 2.0 license. See LICENSE