Skip to main contentIBM  AIOps Training

Install CP4AIOPS Prerequisites

Installing the CP4AIOPS Prerequisites

In this chapter you will install CP4AIOPS Prerequisites

🚀 TASK: Install the Certificate Manager

🌏 Documentation for the Task

If you do not have a certificate manager then you must install one. The IBM Cloud Pak® foundational services Cert Manager is recommended, and can be installed with the following steps.

    1. Run the following command to create an instance of the Certificate Manager.

      cat << EOF | oc apply -f -
      apiVersion: v1
      kind: Namespace
      metadata:
      name: ibm-cert-manager
      ---
      apiVersion: operators.coreos.com/v1
      kind: OperatorGroup
      metadata:

🚀 TASK: Install the License Manager

🌏 Documentation for the Task

If you do not have a certificate manager then you must install one. The IBM Cloud Pak® foundational services Cert Manager is recommended, and can be installed with the following steps.

    1. Run the following command to create an instance of the Certificate Manager.

      cat << EOF | oc apply -f -
      apiVersion: v1
      kind: Namespace
      metadata:
      name: ibm-licensing
      ---
      apiVersion: operators.coreos.com/v1
      kind: OperatorGroup
      metadata: