Installing Helm on OpenShift
Install Helm on the Red Hat® OpenShift® cluster where InfoSphere® MDM will be deployed.
Before you begin
Before you install Helm on your OpenShift cluster, you must have the following prerequisites:
- A Red Hat OpenShift cluster
- Helm Package Manager. For more information, see https://helm.sh/.
Procedure
What to do next
- Install the deployed-mdm Helm chart
-
For details, see Installing the deployed-mdm Helm chart.
- Review some basic Helm commands
-
helm list
- Provides a list of the installed Helm charts.
helm install --name <NAME> <CHARTNAME>
- Installs a Helm chart, where:
- <NAME> is the release name you want to specify.
- <CHARTNAME> is the name of the chart that you want to install.
helm install --dry-run <CHARTNAME>
- Runs a dry run test of the chart before installing.
helm delete <CHARTNAME> --purge
- Deletes a given Helm chart.