Skip to main contentIBM  AIOps Training

Course Nomenclature

Example course page

image

You can navigate the course with the Previous and Next Buttons at the bottom of the page.

Course Elements

You will find the following elements in the course:


📥 STEP

This is a step that you have to perform to advance in the course. This is not part of the actual installation of CP4AIOPS and the commands are not hidden. So you just have to follow the instructions.


🚀 TASK

This is a task that you have to perform to advance in the course. You should use the Link to the Documentation to try to figure out how to complete the step. If you get stuck or want to progress your installation rapidly you can click on the 💡 Solution? and follow the outlined steps.


🌏 Documentation for the Task

This links to the documentation that you will need to complete the Task.


💡 Solution to the current task

    1. This is an example command that you have to copy and execute in your terminal and that will create a Kubernetes Object

      cat << EOF | oc apply -f -
      apiVersion: operators.coreos.com/v1alpha1
      kind: MyKind
      metadata:
      name: ibm-operator-catalog
      namespace: openshift-marketplace
      spec:
      displayName: ibm-operator-catalog
      publisher: IBM Content
    1. This is an example command that you have to copy and execute in your terminal and that will execute Shell commands

      oc create secret docker-registry ibm-entitlement-key \
      --docker-username=cp\
      --docker-password=_entitlement-key_ \
      --docker-server=cp.icr.io \
      --namespace=ibm-aiops
    1. This is a Note or Remark

This gives you a step-by-step solution to the Task at hand.

Click on 💡 Solution? below to test it and see more details.