Deploying IBM Sterling Control Center Monitor
To deploy the Control Center Helm chart bundle after meeting the prerequisites, follow
these steps:
- Create a directory named
sccm-helmchart
using following command:$ mkdir sccm-helmchart $ cd sccm-helmchart
- Place
values.yaml
file insidesccm-helmchart
directory with all Control Center configuration. - Place Control Center helm chart bundle
ibm-sccm-4.0.6.tgz
insidescum-helmchart
directory. - Execute the command below to deploy the Helm
chart:
$ helm install <Release Name> -f values.yaml -n <Kubernetes Namespace> ./ibm-sccm-version.tgz
For example:$ helm install test -f values.yaml -n ibm-sccm ./ibm-sccm-4.0.6.tgz
Execute the command below to check the status of the Helm chart:$ helm ls -n ibm-sccm