Deployment of CNC Console-IAM
Table 3-2 Deployment of CNC Console-IAM
Step.No | Procedure | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Search helm chart | Execute the following command to check the
version of the helm chart installation.
|
||||||||||||||||||
2 | Prepare
custom-cncc-iam_values<version> .yaml file
|
Prepare a
custom-cncc-iam_values_<version>.yaml
file with the required parameter information.
|
||||||||||||||||||
3 | Deploy cncc-iam |
Installation
using helm repository
Execute the following command:
Where: helm-repo: repository name where the helm images, charts are stored values: helm configuration file which needs to be updated based on the docker registry deployment_name and namespace_name : depends on customer configuration Example:
Note:
Update dbVendor, dbHost , dbName fields in Example: dbVendor: mysql dbName: cnccDb dbHost: mysql-sds.default.svc.cluster.local dbPort: 3306
Note: DB must be created first and its DB account name must be mentioned |
||||||||||||||||||
Installation using helm tar Execute the following command:
Example: |
||||||||||||||||||||
4 | Check repository status | Execute the following command to check the
deployment status.
|
||||||||||||||||||
5 | Check service status | Check if all the services are deployed and
running:
|
||||||||||||||||||
6 | Check pod status | Check if all the pods are up and running:
|