To install the watsonx Assistant for Z operator,
you create a namespace first and then create the catalog source.
Procedure
- Log in to Red Hat OpenShift CLI (OC) by using your cluster credentials.
- Obtain the token to login to the command prompt by using one of the following
methods:
- From the userID drop-down list, for example kube:
Admin, which is in the upper-right side of the screen, select Copy login
command.
- Run the following command to log in by using your token where "token" is your Red Hat OpenShift
token and "server URL" is your server
URL:
oc login --token=<token> --server=https://<serverURL>:6443 --insecure-skip-tls-verify
- Create the namespace by using the following command:
oc create namespace wxa4z-operator