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 following table lists the configurable parameters of the Erda chart and the default values.
| Parameter | Description | Default |
|---|---|---|
| global | ||
global.namespace |
Specify the Kubernetes namespace to deploy Erda. | erda-system |
global.size |
Configure Erda's deployment mode: demo or prod. In demo mode, single point deployment will be performed; In prod mode, high-availability deployment will be carried out. |
demo |
| tags | ||
| erda | ||
| volume-provisoner | ||
| registry | ||
| sonar | ||
| kms | ||
| redis |