You create the catalog source for the operator to be available in the Red Hat OpenShift
console for installation.
Procedure
- Copy the following YAML to the file catalogsource.yaml:
Remember: Before creating a catalog source, you must install watsonx Orchestrate.
apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: ibm-wxa4z-operator-catalog
namespace: wxa4z-operator
spec:
displayName: "IBM watsonx Assistant for Z Operator Catalog"
image: icr.io/cpopen/ibm-wxa4z-catalog:v3.2.1
publisher: 'IBM'
sourceType: grpc
- Run the following command:
oc apply -f catalogsource.yaml