Skip to main contentIBM  AIOps Training

Create Operator

🚀 STEP: Create the Turbonomic Operator

🌏 Documentation for the Task: Create the Turbonomic Operator (Start at Step 4.)

In this section you will install the Turbonomic Operator using the Openshift OperatorHub.

  1. Navigate to the Operators > OperatorHub page.

  2. In the Filter by keyword box, enter turbonomic to find and select the Turbonomic Platform Operator.

  3. Click on the Turbonomic Platform Operator, ensure you select the Certified edition.

    turbo
  4. Click Install.

    turbo
  5. Under Installed Namespace click Select Project

    turbo
  6. Click Create Project

    turbo
  7. Name the Project turbonomic and click Create

    turbo
  8. Click Install. This will install the Turbonomic Operator.

    turbo
  9. Click on View installed Operators in Namespace turbonomic

    turbo
  10. Wait until the Status is Succeeded

    turbo

🚀 STEP: Delete existing ClusterRolesBindings

In some environments that can be provisioned in TechZone, a Turbonomic Agent is already installed. In order to install Turbonomic in this cluster please execute the following.

  1. Open your Openshift Web Console

  2. Click on the + in the upper right corner

    image
  3. Copy and paste the following code

    ---
    kind: ClusterRoleBinding
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
    name: installer-default-default-admin
    roleRef:
    apiGroup: rbac.authorization.k8s.io
    kind: ClusterRole
    name: cluster-admin
  4. Click Create

Page last updated: 03 November 2022