Deploying IBM® Sterling Control Center Monitor helm chart
After completing the prerequisites, follow these steps to deploy Control Center helm
chart bundle:
- Create a directory named
cc-helm-chart
using following command:$ mkdir cc-helm-chart
- Place values.yaml file inside
cc-helm-chart
directory with all control center configuration. - Place control center helm chart bundle ibm-sccm-version.tgz inside
cc-helm-chart
directory. - Deploy helm chart with following
command:
$ helm install <Release Name> -f values.yaml -n <Kubernetes Namespace> ./ibm-sccm-version.tgz
Example:$ helm install test -f values.yaml -n control-center ./ibm-sccm-version.tgz
- Check status of helm chart using following
command:
$ helm ls -n control-center
Sample Output:Name
Namespace Revision Updated Status Chart App Version cc-app-0 control-center 1 2020-10-21 14:32:56.336241307 +0530 IST Deployed ibm-scc-1.0.0 V6.2.0.0