This Helm chart installs Erda in a Kubernetes cluster. Welcome to contribute to Helm Chart for Erda.
-
Git clone the repo on your machine
git clone https://github.com/erda-project/erda-release.git
-
Change directory to the erda-release folder
cd erda-release
-
export the Erda package necessary config
ERDA_VERSION like 1.0,1.1,2.0, you can find the Erda verion list on here. For example, if you find a branch name is release/1.0, you should set 1.0 to the ERDA_VERSION env
export ERDA_VERSION=
ERDA_OS_SYSTEM means which os will the Erda package for. you can set linux, windows and darwin
export ERDA_OS_SYSTEM=
-
Package the tarball
bash scripts/build_package.sh
Please refer to the following documentation to install Erda.
helm uninstall <my-release>
The configurable parameters of the Erda chart and the default values refer to README.md in erda-helm.