Creating a namespace for the topology server

As a first step to installing the AIOps topology server, create a namespace for your cluster.

Procedure

  1. Log in to Red Hat OpenShift CLI (OC) by using your cluster credentials.
  2. Obtain the token to login to the command prompt by using one of the following methods:
    1. Select Copy login command from the profile menu on the upper-right side of your OC console.
    2. Run the following command to log in by using your token:
      oc login --token=<token> --server=https://<serverURL>:6443 --insecure-skip-tls-verify
      
      where "token" is your Red Hat OpenShift token and "server URL" is your server URL.
  3. Create the namespace by using the following command:
    oc create namespace wxa4z-topology