Helm Install
WIP
For help on installing ska-dlm client, please refer to the dlm-client documentation.
To install the DLM server services on a Kubernetes cluster, e.g., the DP cluster, start by cloning the repository (if not already present):
git clone --recurse-submodules https://gitlab.com/ska-telescope/ska-data-lifecycle.git
Retrieve the available release tags and check out the desired release:
cd ska-data-lifecycle
git fetch --tags
git tag --list
git checkout <release-tag>
Configure the values.yaml file to match your environment and deployment requirements.
Note
A detailed guide is coming soon! For now, please see the Charts README (note that it is not fully up-to-date).
Then install/upgrade the chart:
helm upgrade --install ska-dlm charts/ska-dlm
To uninstall:
helm uninstall ska-dlm