CAT-BM Canton Service Installation
Instructions for deploying the CatalyX Blockchain Manager Canton Service using Helm.
Last updated
Was this helpful?
Instructions for deploying the CatalyX Blockchain Manager Canton Service using Helm.
Use the following command:
helm upgrade --install ${canton_release_name} catbp/canton-console --values values.yaml -n ${ns_name}where:
${canton_release_name} — name of the Catalyst Blockchain Manager Canton service release.
You can choose any name/alias.
It is used to address for updating, deleting the Helm chart.
catbp/canton-console — chart name, where “catbp” is a repository name, “canton-console” is the chart name.
values.yaml — a values file.
${ns_name} — name of the namespace you’ve created before
You can check the status of the installation by using these commands:
helm ls — check the "status" field of the installed chart.
Status “deployed” should be shown.
kubectl get pods — get the status of applications separately.
All pods statuses must be “running.”
kubectl describe pod $pod_name — get detailed information about pods.
Last updated
Was this helpful?
Was this helpful?