Install the Red Hat OpenShift FTM operator

The cluster administrator can use the Red Hat® OpenShift® Container Platform user interface or the Red Hat OpenShift Container Platform command-line interface to install the FTM operator. Install the FTM operator only once per namespace.

Install the FTM operator by using the user interface

Use the following instructions to install the FTM operator:
  1. Use the Red Hat OpenShift Container Platform user interface to log in to the cluster as an administrator.
  2. Go to the OperatorHub and find the FTM operator. You can type FTM in the filter field to show only the FTM operator.
  3. Select the FTM operator by clicking it in OperatorHub. Then, click Install to install it.
  4. Select the A specific namespace on the cluster option for the installation mode of the operator, select the namespace to use, and select manual for the update approval option. Then, click Install.
  5. View the installed operators on the Red Hat OpenShift Container Platform to confirm that the operator deployed successfully.

Install the FTM operator by using the Red Hat OpenShift Container Platform command-line interface

After you log in to the cluster with the Red Hat OpenShift Container Platform command-line interface, use the following instructions to install the FTM operator on your Red Hat OpenShift Container Platform cluster:
  1. Run the following command to switch to the namespace to use.
    oc project namespace
  2. Create an OperatorGroup for the namespace if it does not exist. Replace namespace and operatorgroup_name with the appropriate values before you run the command.
    oc apply -f - <<EOF
    apiVersion: operators.coreos.com/v1
    kind: OperatorGroup
    metadata:
      name: operatorgroup_name
      namespace: namespace
    spec:
      targetNamespaces:
      - namespace
    EOF
    
  3. Create a subscription object that Red Hat OpenShift Container Platform uses to install the FTM operator. Replace ftm-operator-channel-ver to match the channel for the FTM operator version you want to install.
    oc apply -f - <<EOF
    apiVersion: operators.coreos.com/v1alpha1
    kind: Subscription
    metadata:
      name: ibm-ftm-operator
    spec:
      channel: ftm-operator-channel-ver
      name: ibm-ftm-operator
      source: ibm-operator-catalog
      sourceNamespace: openshift-marketplace
      installPlanApproval: Manual
    EOF
    
  4. Run the following command to verify whether the installation is successful.
    oc get csv/ibm-ftm-operator.ftm-operator-channel-ver

FTM operator versions

The following table shows the version information for the FTM operator.
Table 1. Operator to install for the versions of FTM
IBM® product version of FTM The deployment information for this version
3.2.13
  • The channel is stable-v4.5
  • The operand is 3.2.13.0
  • The version of the operator is 4.5.0