Installing in an Online Cluster through Native helm CLI Commands

Run the following command, after replacing the <target_namespace> placeholder with the name of the namespace to which you wish to install the Helm chart. The v11 designation describes the release name of the ITX-RS instance. You can change this to another value that better describes your installation.

helm install v11                  \
   --namespace <target_namespace> \
   --set license=false            \
   charts/ibm-itx-rs-prod
Note: You must read and accept the product licensing terms and then change --set license=false in the above command line to --set license=true. The product will not operate until the value of the license setting is set to true.