Creating a namespace for your ZAssistantDeploy server

To install the watsonx Assistant for Z operator, you create a namespace first and then create the catalog source.

Procedure

  1. Log in to Red Hat OpenShift CLI (OC) 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-zad